]> git.proxmox.com Git - qemu-server.git/commit
pci: to not capture first group in PCIRE
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 5 Oct 2021 13:11:58 +0000 (15:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 14:14:42 +0000 (16:14 +0200)
commita4d5b84c9ced572080f1a312519bdcdbd467de38
tree5c2a4d2cfc48afc8cb6c392294bec43258c7e620
parent759dd88a38c40401f5cadc5786b680be7f36ab8e
pci: to not capture first group in PCIRE

we do not need this group, but want to use the regex where we have
multiple groups, so make it a non-capture group

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