qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v5 RESEND 0/4] qemu-img: add preallocation=full
Date: Thu, 27 Feb 2014 15:09:57 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Feb 11, 2014 at 03:07:06PM +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.
> 
> v5:
>   - fix wrong calculation of qcow2 metadata size in v4
>   - remove raw_preallocate2()
>   - better error out path in raw_create()
>   - fix coding style
> 
> 
> Hu Tao (4):
>   qapi: introduce PreallocMode and a new PreallocMode full.
>   raw, qcow2: don't convert file size to sector size
>   raw-posix: Add full image preallocation option
>   qcow2: Add full image preallocation option
> 
>  block/qcow2.c     | 91 
> ++++++++++++++++++++++++++++++++++++++++++++++++-------
>  block/raw-posix.c | 45 +++++++++++++++++++++------
>  qapi-schema.json  | 12 ++++++++
>  3 files changed, 128 insertions(+), 20 deletions(-)

Besides the comments that have been made, looks good.  The metadata size
calculation is correct now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]