qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 08/11] Add migrate_set_cachesize command


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 08/11] Add migrate_set_cachesize command
Date: Thu, 02 Aug 2012 07:58:17 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/02/2012 06:44 AM, Orit Wasserman wrote:
> Change XBZRLE cache size in bytes (the size should be a power of 2, it will be
> rounded down to the nearest power of 2).
> If XBZRLE cache size is too small there will be many cache miss.
> 
> New query-migrate-cache-size QMP command and 'info migrate-cache-size' HMP

'info migrate_cache_size' in HMP

> command to query cache value.
> 
> Signed-off-by: Benoit Hudzia <address@hidden>
> Signed-off-by: Petter Svard <address@hidden>
> Signed-off-by: Aidan Shribman <address@hidden>
> Signed-off-by: Orit Wasserman <address@hidden>
> ---

> +++ b/monitor.c
> @@ -2676,6 +2676,13 @@ static mon_cmd_t info_cmds[] = {
>          .mhandler.info = hmp_info_migrate_capabilities,
>      },
>      {
> +        .name       = "migrate-cache-size",

s/migrate-cache-size/migrate_cache_size/ - HMP still uses underscore

-- 
Eric Blake   address@hidden    +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]