mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-10 15:49:25 +00:00
Add hotplug option
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
This commit is contained in:
parent
c6bb9502db
commit
2ff09f52e8
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user