]> git.proxmox.com Git - qemu-server.git/commit
Drop skiplock from write_config
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 12 Feb 2016 10:14:41 +0000 (11:14 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 12 Feb 2016 11:16:57 +0000 (12:16 +0100)
commit8317c759bf4a403454421e2df60ce0402b5a6298
tree0e8806e15e297b5b5b1331b63635f3d87434a51b
parent63be43a947d976430c09dfa6911fecf7a7a1397e
Drop skiplock from write_config

Since write_config was always called with skiplock=1 except
once, it makes sense to drop this parameter like in
PVE::LXC::write_config . If needed in the future, the
caller can use check_lock before write_config anyway.
PVE/API2/Qemu.pm
PVE/CLI/qm.pm
PVE/QemuMigrate.pm
PVE/QemuServer.pm