[libvirt] [PATCH v2 0/4] qemu: track presence of blockjobs in status XML (blockdev-add saga)

Peter Krempa pkrempa at redhat.com
Thu Oct 5 12:06:16 UTC 2017


V2:

Patches 1/4 and 3/4 are new. Patch 2/4 and 4/4 were fixed to use
virTristateBool.

Peter Krempa (4):
  util: Add functions to simplify bool->virTristate(Bool|Switch)
    assignment
  qemu: domain: Mark if no blockjobs are active in the status XML
  qemu: process: Simplify acces to individual disk when reconnecting
  qemu: process: Don't redetect backing chain on reconnect

 src/libvirt_private.syms |  2 ++
 src/qemu/qemu_domain.c   | 38 ++++++++++++++++++++++++++++++++++++++
 src/qemu/qemu_domain.h   |  3 +++
 src/qemu/qemu_process.c  | 22 +++++++++++++---------
 src/util/virutil.c       | 20 ++++++++++++++++++++
 src/util/virutil.h       |  3 +++
 tests/qemuxml2xmltest.c  | 44 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 123 insertions(+), 9 deletions(-)

-- 
2.14.1




More information about the libvir-list mailing list