From 2ff09f52e860d3960e7531e2a0edefe2a5c87ced Mon Sep 17 00:00:00 2001 From: Derumier Alexandre Date: Mon, 10 Oct 2011 16:46:53 +0200 Subject: [PATCH] Add hotplug option Signed-off-by: Derumier Alexandre --- PVE/QemuServer.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 82cadf59..f5b5103e 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -153,6 +153,12 @@ my $confdesc = { description => "Automatic restart after crash (currently ignored).", default => 0, }, + hotplug => { + optional => 1, + type => 'integer', + description => "Activate hotplug for disk and network device", + default => 0, + }, reboot => { optional => 1, type => 'boolean',