qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 10/22] qcow2: refcount_order parameter for qc


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v3 10/22] qcow2: refcount_order parameter for qcow2_create2
Date: Thu, 27 Nov 2014 16:25:09 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Nov 20, 2014 at 06:06:26PM +0100, Max Reitz wrote:
> @@ -2003,6 +2015,7 @@ static int qcow2_create(const char *filename, QemuOpts 
> *opts, Error **errp)
>      size_t cluster_size = DEFAULT_CLUSTER_SIZE;
>      PreallocMode prealloc;
>      int version = 3;
> +    int refcount_width = 16, refcount_order;

It would be nice to consistently use either refcount_width or
refcount_bits throughout the code.

Attachment: pgpGYCjTWofGT.pgp
Description: PGP signature


reply via email to

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