Re: [libvirt] [PATCH 5/6] qemu: domain: Mark if no blockjobs are active in the status XML

2017-10-05 Thread Peter Krempa
On Wed, Oct 04, 2017 at 16:24:52 -0400, John Ferlan wrote: > > > On 10/04/2017 07:59 AM, Peter Krempa wrote: > > Note when no blockjobs are running in the status XML so that we know > > that the backing chain will not change until we reconnect. > > --- > > src/qemu/qemu_domain.c | 39 ++

Re: [libvirt] [PATCH 5/6] qemu: domain: Mark if no blockjobs are active in the status XML

2017-10-04 Thread John Ferlan
On 10/04/2017 07:59 AM, Peter Krempa wrote: > Note when no blockjobs are running in the status XML so that we know > that the backing chain will not change until we reconnect. > --- > src/qemu/qemu_domain.c | 39 +++ > src/qemu/qemu_domain.h | 3 +++ > test

[libvirt] [PATCH 5/6] qemu: domain: Mark if no blockjobs are active in the status XML

2017-10-04 Thread Peter Krempa
Note when no blockjobs are running in the status XML so that we know that the backing chain will not change until we reconnect. --- src/qemu/qemu_domain.c | 39 +++ src/qemu/qemu_domain.h | 3 +++ tests/qemuxml2xmltest.c | 46 +