]> git.ipfire.org Git - thirdparty/libvirt.git/commit
locking: Use virDomainLockImage[Attach|Detach] instead of *Disk
authorPeter Krempa <pkrempa@redhat.com>
Wed, 23 Jan 2019 12:58:46 +0000 (13:58 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 30 Jan 2019 16:20:38 +0000 (17:20 +0100)
commit083b74cd201820beedb24eb906a5355562520bf5
treebd3e711f2194c708f6717d177e2f3564f897525f
parent93a165917169e8a56c466e8de4f86de280c0f4b9
locking: Use virDomainLockImage[Attach|Detach] instead of *Disk

Use the functions designed to deal with single images as the *Disk
functions were just wrappers.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/libvirt_private.syms
src/libxl/libxl_driver.c
src/locking/domain_lock.c
src/locking/domain_lock.h
src/qemu/qemu_hotplug.c