]> git.proxmox.com Git - qemu-server.git/commitdiff
Add hotplug option
authorDerumier Alexandre <aderumier@odiso.com>
Mon, 10 Oct 2011 14:46:53 +0000 (16:46 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 11 Oct 2011 11:11:05 +0000 (13:11 +0200)
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
PVE/QemuServer.pm

index 82cadf599a3cf0b2c579d8b7a8707d30b0e6d00f..f5b5103e9466a2820b40500aeae7253a9af39662 100644 (file)
@@ -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',