]> git.proxmox.com Git - pve-manager.git/commit
ui: fix 'no iommu found' message for setups
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 20 Nov 2020 14:29:13 +0000 (15:29 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 20 Nov 2020 14:34:27 +0000 (15:34 +0100)
commitd3b3b4ad2aadf75b0f51f873291d16ddda326837
tree2dae7b5ea81fefe87fa4f8261b094f79f823fc07
parent33b4554849a2e9d0295fc6d51ae616c806de0441
ui: fix 'no iommu found' message for setups

sometimes, the first device in the pci api call is not in a separate
iommu group (see e.g. [0]), but it is active and should work

instead of testing the first, test all, and only show the message
if no device has a set iommu group

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/qemu/PCIEdit.js