]> git.proxmox.com Git - pve-manager.git/commit
fix #3490: show more pci devices by default
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 7 Jul 2021 11:41:36 +0000 (13:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jul 2021 16:37:07 +0000 (18:37 +0200)
commite8300c39dfd997fe5b99e6fd576bc2d393a23af3
tree61d0f1927938f8fb9d91715b3f9a3c6915a4c1b9
parent759d1a6ba8c737c8bf52b551a6d043536879130d
fix #3490: show more pci devices by default

we filtered out devices which belong into the 'Generic System Peripheral'
category, but this can contain actual useful pci devices
users want to pass through, so simply do not filter it by default.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Hardware/PCI.pm