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

2014-09-04 Thread Kevin Wolf
Am 29.08.2014 um 10:33 hat Hu Tao geschrieben: > This patch prepares for the subsequent patches. > > Signed-off-by: Hu Tao > @@ -1915,7 +1916,7 @@ static int qcow2_create(const char *filename, QemuOpts > *opts, Error **errp) > uint64_t size = 0; > int flags = 0; > size_t cluster_

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

2014-09-02 Thread Hu Tao
On Tue, Sep 02, 2014 at 03:51:23PM -0600, Eric Blake wrote: > On 08/29/2014 02:33 AM, Hu Tao wrote: > > This patch prepares for the subsequent patches. > > > > Signed-off-by: Hu Tao > > --- > > block/qcow2.c | 23 +++ > > qapi/block-core.json | 16 +

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

2014-09-02 Thread Hu Tao
On Tue, Sep 02, 2014 at 11:32:50PM +0200, Max Reitz wrote: > On 29.08.2014 10:33, Hu Tao wrote: > >This patch prepares for the subsequent patches. > > > >Signed-off-by: Hu Tao > >--- > > block/qcow2.c | 23 +++ > > qapi/block-core.json | 16

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

2014-09-02 Thread Eric Blake
On 08/29/2014 02:33 AM, Hu Tao wrote: > This patch prepares for the subsequent patches. > > Signed-off-by: Hu Tao > --- > block/qcow2.c | 23 +++ > qapi/block-core.json | 16 > tests/qemu-iotests/049.out | 2 +- > 3 files changed, 32 inser

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

2014-09-02 Thread Max Reitz
On 29.08.2014 10:33, Hu Tao wrote: This patch prepares for the subsequent patches. Signed-off-by: Hu Tao --- block/qcow2.c | 23 +++ qapi/block-core.json | 16 tests/qemu-iotests/049.out | 2 +- 3 files changed, 32 insertions(+), 9 d

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

2014-08-29 Thread Hu Tao
This patch prepares for the subsequent patches. Signed-off-by: Hu Tao --- block/qcow2.c | 23 +++ qapi/block-core.json | 16 tests/qemu-iotests/049.out | 2 +- 3 files changed, 32 insertions(+), 9 deletions(-) diff --git a/block/qcow2.c b