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

2014-06-24 Thread Fam Zheng
> Am 24.06.2014 um 06:25 hat Fam Zheng geschrieben: > > On Mon, 06/09 10:56, 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 bi

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

2014-06-24 Thread Kevin Wolf
Am 24.06.2014 um 06:25 hat Fam Zheng geschrieben: > On Mon, 06/09 10:56, 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 hum

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

2014-06-23 Thread Fam Zheng
On Mon, 06/09 10:56, 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 to

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

2014-06-08 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