From: Markus Frank <m.frank@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH qemu-server/docs/manager v9 0/3] vIOMMU-Feature #3784
Date: Thu, 11 Apr 2024 12:48:19 +0200 [thread overview]
Message-ID: <20240411104822.832432-1-m.frank@proxmox.com> (raw)
I was able to clarify any ambiguity regarding vIOMMU:
https://lists.gnu.org/archive/html/qemu-devel/2023-10/msg02370.html
The iommu_platform parameter could be made an optional parameter for VirtIO
devices to add more isolation (with the downside of making them less performant)
in a follow-up patch series.
qemu-server:
v9:
* rebase to master
* changed if to elsif
* changed vIOMMU description
* renamed check_machine_config to assert_valid_machine_property
* added 2 test-cases with i440fx
Markus Frank (1):
fix #3784: config: Parameter for guest vIOMMU + test-cases
PVE/API2/Qemu.pm | 2 ++
PVE/QemuServer.pm | 12 +++++++++++
PVE/QemuServer/Machine.pm | 17 ++++++++++++++-
test/cfg2cmd/i440fx-viommu-intel.conf | 2 ++
test/cfg2cmd/i440fx-viommu-virtio.conf | 1 +
test/cfg2cmd/i440fx-viommu-virtio.conf.cmd | 25 ++++++++++++++++++++++
test/cfg2cmd/q35-viommu-intel.conf | 1 +
test/cfg2cmd/q35-viommu-intel.conf.cmd | 23 ++++++++++++++++++++
test/cfg2cmd/q35-viommu-virtio.conf | 1 +
test/cfg2cmd/q35-viommu-virtio.conf.cmd | 23 ++++++++++++++++++++
10 files changed, 106 insertions(+), 1 deletion(-)
create mode 100644 test/cfg2cmd/i440fx-viommu-intel.conf
create mode 100644 test/cfg2cmd/i440fx-viommu-virtio.conf
create mode 100644 test/cfg2cmd/i440fx-viommu-virtio.conf.cmd
create mode 100644 test/cfg2cmd/q35-viommu-intel.conf
create mode 100644 test/cfg2cmd/q35-viommu-intel.conf.cmd
create mode 100644 test/cfg2cmd/q35-viommu-virtio.conf
create mode 100644 test/cfg2cmd/q35-viommu-virtio.conf.cmd
docs:
v9:
* removed duplicate "to" in first paragraph
* changed multiple line breaks
* changed "passthrough" to "pass through"
Markus Frank (1):
add vIOMMU documentation
qm-pci-passthrough.adoc | 50 +++++++++++++++++++++++++++++++++++++++++
qm.adoc | 1 +
2 files changed, 51 insertions(+)
manager:
v9:
* added default text for default option "None"
Markus Frank (1):
ui: machine: add viommu ComboBox
www/manager6/qemu/MachineEdit.js | 45 ++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
--
2.39.2
next reply other threads:[~2024-04-11 10:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 10:48 Markus Frank [this message]
2024-04-11 10:48 ` [pve-devel] [PATCH qemu-server v9 1/3] fix #3784: config: Parameter for guest vIOMMU + test-cases Markus Frank
2024-04-11 14:44 ` [pve-devel] applied: " Thomas Lamprecht
2024-04-11 10:48 ` [pve-devel] [PATCH docs v9 2/3] add vIOMMU documentation Markus Frank
2024-04-11 14:47 ` [pve-devel] applied: " Thomas Lamprecht
2024-04-11 10:48 ` [pve-devel] [PATCH manager v9 3/3] ui: machine: add viommu ComboBox Markus Frank
2024-04-11 15:13 ` Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240411104822.832432-1-m.frank@proxmox.com \
--to=m.frank@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.