Re: [libvirt] [PATCH 23/25] qemu: Detect managed persistent reservations in block job orphan chains

2019-07-15 Thread Ján Tomko
On Fri, Jul 12, 2019 at 06:06:04PM +0200, Peter Krempa wrote: The PR manager is a property of the format layer in qemu so we need to be able to track it also in the chains of orphaned block jobs. Add a helper for qemu to look also into the blockjob state. Signed-off-by: Peter Krempa --- src/qe

[libvirt] [PATCH 23/25] qemu: Detect managed persistent reservations in block job orphan chains

2019-07-12 Thread Peter Krempa
The PR manager is a property of the format layer in qemu so we need to be able to track it also in the chains of orphaned block jobs. Add a helper for qemu to look also into the blockjob state. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 41