Re: [Qemu-devel] [PATCH v9 09/10] Add set_cachesize command

2012-04-19 Thread Orit Wasserman
On 04/18/2012 08:37 PM, Anthony Liguori wrote: > On 04/11/2012 01:49 PM, 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: Orit Wasserman >> Signed-off-by: Benoit Hud

Re: [Qemu-devel] [PATCH v9 09/10] Add set_cachesize command

2012-04-18 Thread Orit Wasserman
On 04/18/2012 08:07 PM, Juan Quintela wrote: > 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. > >> +.name = "migrate_set_cachesize", >> +.args_type = "value:o"

Re: [Qemu-devel] [PATCH v9 09/10] Add set_cachesize command

2012-04-18 Thread Anthony Liguori
On 04/11/2012 01:49 PM, 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: Orit Wasserman Signed-off-by: Benoit Hudzia Signed-off-by: Petter Svard Signed-off-by: Aidan Shribman

Re: [Qemu-devel] [PATCH v9 09/10] Add set_cachesize command

2012-04-18 Thread Juan Quintela
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. > +.name = "migrate_set_cachesize", > +.args_type = "value:o", This mean that we can assign values like 256M, rig

[Qemu-devel] [PATCH v9 09/10] Add set_cachesize command

2012-04-11 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: Orit Wasserman Signed-off-by: Benoit Hudzia Signed-off-by: Petter Svard Signed-off-by: Aidan Shribman --- arch_init.c |5 + hmp-com