Re: [Qemu-devel] [PATCH v13 6/6] qcow2: Add full preallocation option

2014-09-08 Thread Hu Tao
On Thu, Sep 04, 2014 at 03:09:08PM +0200, Kevin Wolf wrote: > Am 29.08.2014 um 10:33 hat Hu Tao geschrieben: > > preallocation=full allocates disk space by fallocating the space if > > posix_fallocate() is available, otherwise by writing zeros to disk to > > ensure disk space in any cases. > > > >

Re: [Qemu-devel] [PATCH v13 6/6] qcow2: Add full preallocation option

2014-09-04 Thread Kevin Wolf
Am 29.08.2014 um 10:33 hat Hu Tao geschrieben: > preallocation=full allocates disk space by fallocating the space if > posix_fallocate() is available, otherwise by writing zeros to disk to > ensure disk space in any cases. > > Signed-off-by: Hu Tao > --- > block/qcow2.c | 61 >

Re: [Qemu-devel] [PATCH v13 6/6] qcow2: Add full preallocation option

2014-09-02 Thread Max Reitz
On 29.08.2014 10:33, Hu Tao wrote: preallocation=full allocates disk space by fallocating the space if posix_fallocate() is available, otherwise by writing zeros to disk to ensure disk space in any cases. Signed-off-by: Hu Tao --- block/qcow2.c | 61 ++

[Qemu-devel] [PATCH v13 6/6] qcow2: Add full preallocation option

2014-08-29 Thread Hu Tao
preallocation=full allocates disk space by fallocating the space if posix_fallocate() is available, otherwise by writing zeros to disk to ensure disk space in any cases. Signed-off-by: Hu Tao --- block/qcow2.c | 61 +++--- qemu-doc.texi