]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
PCI: use warnings/strict and fix setting $vga from config2command
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Oct 2020 15:53:28 +0000 (17:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Oct 2020 16:03:32 +0000 (18:03 +0200)
commit41af2dfc2592a33bc0d643fe3fdf2702d2ed4e3b
tree9a6a69436ddc974e275fe700cc02023650dc7b16
parentf7d1505b0c9347c8664c86bb64c44ab8714d6cd4
PCI: use warnings/strict and fix setting $vga from config2command

fixes commit 74c17b7a23c8a953d1dcec9bd53449d71d88cd5d which moved
this code here, but forgot to pass $vga ref, as the module was not
using warning nor strict mode this was not caught..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/PCI.pm