]> git.proxmox.com Git - qemu-server.git/commit
use improved lspci
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 20 Nov 2018 16:13:40 +0000 (17:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Nov 2018 06:02:19 +0000 (07:02 +0100)
commit2fd247882d049cd94784618bf6e269f3ee8d2612
treeeb49dd450f335843cc55acc0e161dbdbe86a77bc
parent6ab45bd7ff8418abe00861df74ff85dfe244a108
use improved lspci

since lspci does not split between id and function anymore,
there is no need to plug id + function together

also we can remove the capture groups from PCIRE
since parse_property_string does this check for us

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