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

2012-08-03 Thread Luiz Capitulino
On Thu, 2 Aug 2012 15:44:51 +0300 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

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

2012-08-02 Thread Orit Wasserman
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 q

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

2012-08-02 Thread Eric Blake
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 migrat

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

2012-07-26 Thread Eric Blake
On 07/25/2012 08:50 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. > > Signed-off-by: Benoit Hudzia > Signed-off-by: Petter Sva