[libvirt] [PATCH 0/3] qemu: fix broken block job handling

Peter Krempa pkrempa at redhat.com
Fri Mar 13 16:25:38 UTC 2015


Block job handling violates our usage of domain jobs and changes disk source
definition behind our back.

Peter Krempa (3):
  qemu: process: Export qemuProcessFindDomainDiskByAlias
  qemu: event: Don't fiddle with disk backing trees without a job
  qemu: Disallow concurrent block jobs on a single disk

 src/conf/domain_conf.h  |   1 +
 src/qemu/qemu_domain.c  |  23 +++++++
 src/qemu/qemu_domain.h  |   4 ++
 src/qemu/qemu_driver.c  | 170 +++++++++++++++++++++++++++++++++++++++++++-----
 src/qemu/qemu_process.c | 131 +++++++------------------------------
 src/qemu/qemu_process.h |   3 +
 6 files changed, 211 insertions(+), 121 deletions(-)

-- 
2.2.2




More information about the libvir-list mailing list