Re: [Qemu-devel] [PATCH 0/3] mirror: Fix behavior for zero byte image

2014-06-04 Thread Eric Blake
On 06/04/2014 09:42 PM, Fam Zheng wrote: > The current behavior of mirroring zero byte image is slightly different from > non-zero image: the BLOCK_JOB_READY event is skipped and job is completed > immediately. This is not a big problem for human user but only makes > management > software harder

[Qemu-devel] [PATCH 0/3] mirror: Fix behavior for zero byte image

2014-06-04 Thread Fam Zheng
The current behavior of mirroring zero byte image is slightly different from non-zero image: the BLOCK_JOB_READY event is skipped and job is completed immediately. This is not a big problem for human user but only makes management software harder to write. Since we are focusing on an good API inste