Re: [libvirt] [PATCH v2 18/25] conf: backup: Add fields for tracking stats of completed sub-jobs

2019-12-04 Thread Eric Blake
On 12/3/19 11:17 AM, Peter Krempa wrote: We need a place to store stats of completed sub-jobs so that we can later report accurate stats. Signed-off-by: Peter Krempa --- src/conf/backup_conf.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/conf/backup_conf.h b/src/conf/backup

Re: [libvirt] [PATCH v2 19/25] doc: Document quirk of getting block job info for a 'backup' blockjob

2019-12-04 Thread Eric Blake
On 12/3/19 11:17 AM, Peter Krempa wrote: The stats reported for a blockjob which is member of a domain pull backup refer to the utilization of the scratch file rather than the progress of the backup as the progress of the backup depends on the client. Note this quirk in the docs. Signed-off-by:

Re: [libvirt] [PATCH v2 20/25] qemu: Implement backup job APIs and qemu handling

2019-12-04 Thread Eric Blake
On 12/3/19 11:17 AM, Peter Krempa wrote: This allows to start and manage the backup job. Signed-off-by: Peter Krempa --- po/POTFILES.in | 1 + src/qemu/Makefile.inc.am | 2 + src/qemu/qemu_backup.c | 941 +++ Large patch, but I'm not sure

Re: [libvirt] [PATCH] add lock priv->lock protection in remoteClientCloseFunc()

2019-12-04 Thread Lance Liu
Hi: Need any more informations about my patch? LanceLiu 于2019年12月2日周一 上午11:16写道: > sometimes, virsh console session may closed by virsh console existed > session(when virsh console client > exit) and new virsh console --force session simutaneously. So in one > thread(Job worker), it calls >

<    1   2