[libvirt] [PATCH 0/3] Fix libvirtd crash when starting two managedsave operations on a single domain

Peter Krempa pkrempa at redhat.com
Tue Aug 12 13:44:37 UTC 2014


We had an unfortunate code path where when you'd start two managedsave operations
simultaneously libvirtd would crash. Fix it by adding a VM liveness check.

Peter Krempa (3):
  qemu: managedsave: Check that VM is alive after entering async job
  security: selinux: Set saved state label only if it is available
  qemu: migration: Check domain live state after exitting the monitor

 src/qemu/qemu_driver.c          |  6 ++++++
 src/qemu/qemu_migration.c       | 19 +++++++++++++++++--
 src/security/security_selinux.c |  2 +-
 3 files changed, 24 insertions(+), 3 deletions(-)

-- 
2.0.2




More information about the libvir-list mailing list