Re: [Qemu-devel] [PATCH v2 1/2] backup: Fail early if cannot determine cluster size

2016-05-24 Thread Kevin Wolf
Am 19.05.2016 um 03:25 hat Fam Zheng geschrieben: > Otherwise the job is orphaned and block_job_cancel_sync in > bdrv_close_all() when quitting will trigger assertion failure. > > Cc: qemu-sta...@nongnu.org > Reviewed-by: John Snow > Reviewed-by: Jeff Cody > Signed-off-by: Fam Zheng Instead of

[Qemu-devel] [PATCH v2 1/2] backup: Fail early if cannot determine cluster size

2016-05-18 Thread Fam Zheng
Otherwise the job is orphaned and block_job_cancel_sync in bdrv_close_all() when quitting will trigger assertion failure. Cc: qemu-sta...@nongnu.org Reviewed-by: John Snow Reviewed-by: Jeff Cody Signed-off-by: Fam Zheng --- block/backup.c | 34 ++ 1 file changed