Re: [Qemu-devel] [RFC PATCH v4 0/4] qemu-img: add preallocation=full

2014-01-17 Thread Stefan Hajnoczi
On Fri, Dec 27, 2013 at 11:05:50AM +0800, Hu Tao wrote: > This series implements full image preallocation to create a non-sparse image > file at creation time, both for raw and qcow2 format. The purpose is to avoid > performance deterioration of the guest cause by sparse image. > > v4: - remove b

Re: [Qemu-devel] [RFC PATCH v4 0/4] qemu-img: add preallocation=full

2014-01-13 Thread Hu Tao
ping...

Re: [Qemu-devel] [RFC PATCH v4 0/4] qemu-img: add preallocation=full

2014-01-05 Thread Hu Tao
ping...

[Qemu-devel] [RFC PATCH v4 0/4] qemu-img: add preallocation=full

2013-12-26 Thread Hu Tao
This series implements full image preallocation to create a non-sparse image file at creation time, both for raw and qcow2 format. The purpose is to avoid performance deterioration of the guest cause by sparse image. v4: - remove bdrv_preallocate and make preallocation a bdrv_create_file option