Re: [Qemu-devel] [PATCH v14 3/5] qapi: introduce PreallocMode and new PreallocModes full and falloc.

2014-09-09 Thread Hu Tao
On Tue, Sep 09, 2014 at 06:42:13AM -0600, Eric Blake wrote: > On 09/08/2014 09:54 PM, Hu Tao wrote: > > This patch prepares for the subsequent patches. > > > > Signed-off-by: Hu Tao > > Reviewed-by: Max Reitz > > Reviewed-by: Kevin Wolf > > --- > > block/qcow2.c | 23 +

Re: [Qemu-devel] [PATCH v14 3/5] qapi: introduce PreallocMode and new PreallocModes full and falloc.

2014-09-09 Thread Hu Tao
On Tue, Sep 09, 2014 at 02:45:56PM +0200, Benoît Canet wrote: > The Tuesday 09 Sep 2014 à 11:54:29 (+0800), Hu Tao wrote : > > This patch prepares for the subsequent patches. > > > > Signed-off-by: Hu Tao > > Reviewed-by: Max Reitz > > Reviewed-by: Kevin Wolf > > --- > > block/qcow2.c

Re: [Qemu-devel] [PATCH v14 3/5] qapi: introduce PreallocMode and new PreallocModes full and falloc.

2014-09-09 Thread Benoît Canet
The Tuesday 09 Sep 2014 à 11:54:29 (+0800), Hu Tao wrote : > This patch prepares for the subsequent patches. > > Signed-off-by: Hu Tao > Reviewed-by: Max Reitz > Reviewed-by: Kevin Wolf > --- > block/qcow2.c | 23 +++ > qapi/block-core.json | 17 +

Re: [Qemu-devel] [PATCH v14 3/5] qapi: introduce PreallocMode and new PreallocModes full and falloc.

2014-09-09 Thread Eric Blake
On 09/08/2014 09:54 PM, Hu Tao wrote: > This patch prepares for the subsequent patches. > > Signed-off-by: Hu Tao > Reviewed-by: Max Reitz > Reviewed-by: Kevin Wolf > --- > block/qcow2.c | 23 +++ > qapi/block-core.json | 17 + > tests/qem

[Qemu-devel] [PATCH v14 3/5] qapi: introduce PreallocMode and new PreallocModes full and falloc.

2014-09-08 Thread Hu Tao
This patch prepares for the subsequent patches. Signed-off-by: Hu Tao Reviewed-by: Max Reitz Reviewed-by: Kevin Wolf --- block/qcow2.c | 23 +++ qapi/block-core.json | 17 + tests/qemu-iotests/049.out | 2 +- 3 files changed, 33 insertion