On 07/09/2012 12:22 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: Benoit Hudzia > Signed-off-by: Petter Svard > Signed-off-by: Aidan Shribman > Signed-off-by: Orit Wasserman > +++ b/qapi-schema.json > @@ -1390,6 +1390,22 @@ > { 'command': 'migrate_set_speed', 'data': {'value': 'int'} } We are copying after bad practice, but... > > ## > +# @migrate_set_cachesize ...new QMP commands should prefer '-' over '_'. While the HMP version is fine with migrate_set_cachesize, the QMP command should be migrate-set-cachesize (or even 'migrate-set-cache-size'). > + > +Set cache size to be used by XBZRLE migration, the cache size will be round down s/round/rounded/ -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org