On 11/23/2015 03:07 AM, Peter Xu wrote: > This patch only add the interfaces, but not implementing them. > > Signed-off-by: Peter Xu > --- > dump.c | 3 ++- > hmp-commands.hx | 5 +++-- > hmp.c | 3 ++- > qapi-schema.json | 3 ++- > qmp-commands.hx | 4 ++-- > 5 files changed, 11 insertions(+), 7 deletions(-) > > +++ b/qapi-schema.json > @@ -2132,7 +2132,8 @@ > ## > { 'command': 'dump-guest-memory', > 'data': { 'paging': 'bool', 'protocol': 'str', '*begin': 'int', > - '*length': 'int', '*format': 'DumpGuestMemoryFormat' } } > + '*length': 'int', '*format': 'DumpGuestMemoryFormat', > + 'detach': 'bool'} } Missing documentation of the new flag, of its default state, and with a mention that it is '(since 2.6)'. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org