qemu-server/PVE
Wolfgang Bumiller 15cc878469 pass $skiplock all the way through to destroy_vm
The API passes $skiplock to vm_destroy() which performed a
check conditionally depending on the $skiplock parameter and
then simply calls destroy_vm() inside lock_config() which
did yet another check_lock() without any way to avoid that.

Added the $skiplock parameter to destroy_vm() and removed
the conditional check in vm_destroy() as both happened after
locking the config.
2016-02-08 11:52:23 +01:00
..
API2 fix PVE::HA use clause so HA resources get registered 2016-01-27 17:08:21 +01:00
CLI convert qmrestore into a PVE::CLI class 2015-10-05 13:10:24 +02:00
VZDump Fix #879: exclusion of disk for backup 2016-01-29 10:03:54 +01:00
Makefile covert qm into a PVE::CLI class, enable bash completions 2015-09-06 15:44:53 +02:00
QemuMigrate.pm close tunnel after migration is finish. 2016-02-02 18:16:18 +01:00
QemuServer.pm pass $skiplock all the way through to destroy_vm 2016-02-08 11:52:23 +01:00
QMPClient.pm qmpclient: use guest-sync-delimited 2014-12-02 13:09:53 +01:00