On 10/05/2017 08:06 AM, Peter Krempa wrote:
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
^^
s/acces/access
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(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
(series)
John