]> git.proxmox.com Git - pve-manager.git/commit
ui: machine: add viommu ComboBox
authorMarkus Frank <m.frank@proxmox.com>
Mon, 15 Apr 2024 08:50:01 +0000 (10:50 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Mon, 22 Apr 2024 12:51:43 +0000 (14:51 +0200)
commit10df2d5a65359ebed9577450cb450bd42ee5fdfc
tree0212f10f97d4dc00ad896f054c91a046d97292eb
parent80da5bb97dbd6a03173365f98c796d96c94f5e85
ui: machine: add viommu ComboBox

Added a proxmoxKVComboBox for selecting a vIOMMU implementation for a VM.
If i440fx is selected, another ComboBox will be enabled/visible that does not
have the Intel option, as Intel-vIOMMU is not compatible with i440fx.

Uses the new machine property-string from the qemu-server's "config: define
machine schema as property-string" commit and the viommu option added in the
qemu-server's "fix #3784: config: Parameter for guest vIOMMU + test-cases"
commit.

Signed-off-by: Markus Frank <m.frank@proxmox.com>
www/manager6/qemu/MachineEdit.js