]> xenbits.xensource.com Git - libvirt.git/commit
qemu_hotplug: move (Attach|Detach)Lease functions with others of same type
authorLaine Stump <laine@laine.org>
Tue, 19 Mar 2019 17:42:55 +0000 (13:42 -0400)
committerLaine Stump <laine@laine.org>
Mon, 25 Mar 2019 16:34:18 +0000 (12:34 -0400)
commit015e71c54ddf8d133905a85514239b21bc7e552e
tree7a5ecfc9f94f208dd6af76a76cf75d9e4f3d9bc9
parent5a8ffaec768ce25ef74eb398968e0b84b878a249
qemu_hotplug: move (Attach|Detach)Lease functions with others of same type

The Attach and Detach Lease functions were together in the middle of
the Detach functions. Put them at the end of their respective
sections, since they behave differently from the other attach/detach
functions (DetachLease doesn't use qemuDomainDeleteDevice(), and is
always synchronous).

Signed-off-by: Laine Stump <laine@laine.org>
ACKed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_hotplug.c