]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow leases to be hotpluged with QEMU guests
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 18 May 2011 16:20:53 +0000 (12:20 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 2 Jun 2011 09:54:01 +0000 (10:54 +0100)
commit30ffe7bceb083540c542e9bf81148f194668d77d
treed11f4ba7b445e8cab08fdcb1cafe9bf79e3fa6a1
parent7474560befe412cb46d644a717141e7801d998ae
Allow leases to be hotpluged with QEMU guests

* src/conf/domain_conf.c, src/conf/domain_conf.h: APIs for
  inserting/finding/removing virDomainLeaseDefPtr instances
* src/qemu/qemu_driver.c: Wire up hotplug/unplug for leases
* src/qemu/qemu_hotplug.h, src/qemu/qemu_hotplug.c: Support
  for hotplug and unplug of leases
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h