Re: [libvirt] [PATCH v2 15/25] qemu: domain: Track backup job data in the status XML

2019-12-09 Thread Ján Tomko
On Tue, Dec 03, 2019 at 06:17:37PM +0100, 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. Signed-off-by: Peter Krempa ---

Re: [libvirt] [PATCH v2 15/25] qemu: domain: Track backup job data in the status XML

2019-12-04 Thread Eric Blake
On 12/3/19 11:17 AM, 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. Signed-off-by: Peter Krempa ---

Re: [libvirt] [PATCH v2 15/25] qemu: domain: Track backup job data in the status XML

2019-12-04 Thread Daniel P . Berrangé
On Tue, Dec 03, 2019 at 06:17:37PM +0100, 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. > > Signed-off-by: Peter Krempa

[libvirt] [PATCH v2 15/25] qemu: domain: Track backup job data in the status XML

2019-12-03 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