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: Orit Wasserman
Subject: Re: [Qemu-devel] [PATCH 08/11] Add migrate_set_cachesize command
Date: Thu, 02 Aug 2012 20:00:48 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/02/2012 04:58 PM, Eric Blake wrote:
> 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
> 
will be fixed.

Orit



reply via email to

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