qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 07/12] block: allow customizing the granulari


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 07/12] block: allow customizing the granularity of the dirty bitmap
Date: Wed, 16 Jan 2013 16:39:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 01/16/2013 10:31 AM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  block-migration.c     |    5 +++--
>  block.c               |   17 ++++++++++-------
>  block/mirror.c        |   14 ++++----------
>  include/block/block.h |    5 +----
>  qapi-schema.json      |    4 +++-
>  5 files changed, 21 insertions(+), 24 deletions(-)
> 

> +++ b/qapi-schema.json
> @@ -667,10 +667,12 @@
>  #
>  # @count: number of dirty bytes according to the dirty bitmap
>  #
> +# @granularity: granularity of the dirty bitmap in bytes
> +#

Mention that granularity was added in 1.4.

>  # Since: 1.3
>  ##
>  { 'type': 'BlockDirtyInfo',
> -  'data': {'count': 'int'} }
> +  'data': {'count': 'int', 'granularity': 'int'} }
>  
>  ##
>  # @BlockInfo:
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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