Re: [Qemu-devel] [PATCH v13 12/13] Add set_cachesize command

2012-06-28 Thread Orit Wasserman
On 06/27/2012 11:04 PM, Eric Blake wrote: > On 06/27/2012 04:34 AM, Orit Wasserman wrote: >> Change XBZRLE cache size in bytes (the size should be a 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 >

Re: [Qemu-devel] [PATCH v13 12/13] Add set_cachesize command

2012-06-27 Thread Eric Blake
On 06/27/2012 04:34 AM, Orit Wasserman wrote: > Change XBZRLE cache size in bytes (the size should be a 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 > Signed-off-by:

Re: [Qemu-devel] [PATCH v13 12/13] Add set_cachesize command

2012-06-27 Thread Orit Wasserman
On 06/27/2012 08:56 PM, Blue Swirl wrote: > On Wed, Jun 27, 2012 at 10:34 AM, Orit Wasserman wrote: >> Change XBZRLE cache size in bytes (the size should be a power of 2). >> If XBZRLE cache size is too small there will be many cache miss. >> >> Signed-off-by: Benoit Hudzia >> Signed-off-by: Pett

Re: [Qemu-devel] [PATCH v13 12/13] Add set_cachesize command

2012-06-27 Thread Blue Swirl
On Wed, Jun 27, 2012 at 10:34 AM, Orit Wasserman wrote: > Change XBZRLE cache size in bytes (the size should be a 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 > Sign

[Qemu-devel] [PATCH v13 12/13] Add set_cachesize command

2012-06-27 Thread Orit Wasserman
Change XBZRLE cache size in bytes (the size should be a 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 Signed-off-by: Orit Wasserman --- arch_init.c |9 + hmp