Re: [libvirt] [PATCH 13/21] qemu: domain: Track backup job data in the status XML

2019-11-27 Thread Eric Blake
On 11/26/19 3:39 PM, Peter Krempa wrote: Store the data of a backup job along with the index counter for new backup jobs in the status XML. Currently we will support only one backup job and thus there's no necessity to add arrays of jobs. Is this commit message slightly stale given our change t

[libvirt] [PATCH 13/21] qemu: domain: Track backup job data in the status XML

2019-11-26 Thread Peter Krempa
Store the data of a backup job along with the index counter for new backup jobs in the status XML. Currently we will support only one backup job and thus there's no necessity to add arrays of jobs. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 58 ++