[libvirt] [PATCHv3 0/3] Fix vmdef usage after ExitMonitor

Ján Tomko jtomko at redhat.com
Wed Jan 14 18:48:42 UTC 2015


The patches 1-2, 6-8 from v2 have been pushed already

Device removal and device detach are now squashed together.
Both attach and detach skip audit when the domain crashed.
(Left to be cleaned up by a separate series)

Patches checking the return value in all other non-fatal cases
were squashed together with the patch adding ATTRIBUTE_RETURN_CHECK.
Rebased to master, added qemuProcessUpdateVideoRamSize, and fixed
numerous wrong return values and a few missing EndJobs.

Ján Tomko (3):
  Fix vmdef usage after domain crash in monitor on device detach
  Fix vmdef usage after domain crash in monitor on device attach
  Always check return value of qemuDomainObjExitMonitor

 src/qemu/qemu_domain.c    |  11 +--
 src/qemu/qemu_domain.h    |   3 +-
 src/qemu/qemu_driver.c    | 166 ++++++++++++++++++++++---------------
 src/qemu/qemu_hotplug.c   | 202 ++++++++++++++++++++++++++++++----------------
 src/qemu/qemu_hotplug.h   |   6 +-
 src/qemu/qemu_migration.c | 139 ++++++++++++++++---------------
 src/qemu/qemu_process.c   | 115 +++++++++++++-------------
 7 files changed, 373 insertions(+), 269 deletions(-)

-- 
2.0.4




More information about the libvir-list mailing list