On 07/31/2012 12:54 PM, Orit Wasserman wrote: Subject line is stale.
> The management can enable/disable a capability for the next migration by using > migrate_set_capabilities QMP command. The QMP command is spelled migrate-set-capabilities. > The management can query the current migration capabilities using > query-migrate-capabilities QMP command. > The user can use migrate_set_capability and 'info migrate_capabilities' HMP > commands. > > Signed-off-by: Orit Wasserman <owass...@redhat.com> > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > +++ b/qmp-commands.hx > @@ -2081,7 +2081,6 @@ The main json-object contains the following: > - "transferred": amount transferred (json-int) > - "remaining": amount remaining (json-int) > - "total": total (json-int) > - > Examples: Spurious whitespace change. > > 1. Before the first migration > @@ -2092,7 +2091,15 @@ Examples: > 2. Migration is done and has succeeded > > -> { "execute": "query-migrate" } > -<- { "return": { "status": "completed" } } > +<- { "return": { > + "status": "completed", > + "ram":{ > + "transferred":123, > + "remaining":123, > + "total":246 > + } > + } > + } This hunk is unrelated to the new commands, and not mentioned in the commit message. It's a good change (making the examples match the code), but belongs better in a separate cleanup commit that scrubs existing docs before adding new docs. -- Eric Blake ebl...@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature