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

2012-08-06 Thread Eric Blake
On 08/05/2012 03:13 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 migrat

[Qemu-devel] [PATCH 08/11] Add migrate_set_cache_size command

2012-08-05 Thread Orit Wasserman
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 command to query cache value. Signed-