Re: [libvirt] [PATCH v10 17/19] backup: qemu: Add helper API for looking up node name

2019-07-24 Thread Daniel P . Berrangé
On Wed, Jul 24, 2019 at 12:56:07AM -0500, Eric Blake wrote: > Qemu bitmap operations require knowing the node name associated with > the format layer (the qcow2 file); as upcoming patches will be > grabbing that information frequently, make a helper function to access > it. > > Signed-off-by:

[libvirt] [PATCH v10 17/19] backup: qemu: Add helper API for looking up node name

2019-07-23 Thread Eric Blake
Qemu bitmap operations require knowing the node name associated with the format layer (the qcow2 file); as upcoming patches will be grabbing that information frequently, make a helper function to access it. Signed-off-by: Eric Blake --- src/qemu/qemu_domain.h | 3 +++ src/qemu/qemu_domain.c |