On Wed, Jun 19, 2019 at 10:10:47PM +0200, Markus Armbruster wrote: > Move commands dump-guest-memory, query-dump, > query-dump-guest-memory-capability with their types from misc.json to > new dump.json. Add dump.json to MAINTAINERS section "Dump". > > Cc: Marc-André Lureau <[email protected]> > Signed-off-by: Markus Armbruster <[email protected]> > --- > MAINTAINERS | 1 + > dump.c | 4 +- > include/sysemu/dump.h | 2 +- > monitor/hmp-cmds.c | 1 + > qapi/Makefile.objs | 2 +- > qapi/dump.json | 200 ++++++++++++++++++++++++++++++++++++++++++ > qapi/misc.json | 192 ---------------------------------------- > qapi/qapi-schema.json | 1 + > 8 files changed, 207 insertions(+), 196 deletions(-) > create mode 100644 qapi/dump.json
Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
