Re: [Qemu-devel] [PATCH 20/22] Add migrate_set_cachesize command

2012-07-23 Thread Luiz Capitulino
On Fri, 13 Jul 2012 09:23:42 +0200 Juan Quintela wrote: > From: 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. As far as QMP is conce

[Qemu-devel] [PATCH 20/22] Add migrate_set_cachesize command

2012-07-13 Thread Juan Quintela
From: 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. Signed-off-by: Benoit Hudzia Signed-off-by: Petter Svard Signed-off-by: Aidan Shribman