Re: [Qemu-devel] [PATCH v12 4/6] qapi: introduce PreallocMode and a new PreallocMode full.

2014-08-24 Thread Hu Tao
On Fri, Aug 22, 2014 at 12:57:15PM +0200, Kevin Wolf wrote: > Am 11.07.2014 um 08:10 hat Hu Tao geschrieben: > > This patch prepares for the subsequent patches. > > > > Reviewed-by: Fam Zheng > > Reviewed-by: Eric Blake > > Reviewed-by: Max Reitz > > Signed-off-by: Hu Tao > > Strictly speakin

Re: [Qemu-devel] [PATCH v12 4/6] qapi: introduce PreallocMode and a new PreallocMode full.

2014-08-22 Thread Kevin Wolf
Am 11.07.2014 um 08:10 hat Hu Tao geschrieben: > This patch prepares for the subsequent patches. > > Reviewed-by: Fam Zheng > Reviewed-by: Eric Blake > Reviewed-by: Max Reitz > Signed-off-by: Hu Tao Strictly speaking, qcow2 should error out if it is given full or falloc after this patch. Two

[Qemu-devel] [PATCH v12 4/6] qapi: introduce PreallocMode and a new PreallocMode full.

2014-07-10 Thread Hu Tao
This patch prepares for the subsequent patches. Reviewed-by: Fam Zheng Reviewed-by: Eric Blake Reviewed-by: Max Reitz Signed-off-by: Hu Tao --- block/qcow2.c | 16 qapi/block-core.json | 17 + tests/qemu-iotests/049.out | 2 +- 3 files chan