]> git.proxmox.com Git - qemu-server.git/commit
fix #3113: unbreak drive hotplug
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 5 Nov 2020 09:12:26 +0000 (10:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Nov 2020 09:29:21 +0000 (10:29 +0100)
commitacfc6ef8e060f8f92e9f1bdbd40169fb78b03202
treee0cc50bde33f3d0809c67ac00102d41c784db366
parent8c9021cd691b657c31ffd5ab81137f53ec6b3880
fix #3113: unbreak drive hotplug

by adding the missing argument (otherwise all the other ones are shifted
one slot to the left, which is of course bogus).

this has been broken since 2018 (d559309), but was only made
visible/caused a failure with the recent changes adding

use strict;
use warnings;

to PVE::QemuServer::PCI

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/QemuServer.pm