This serial of patch will enhance HMP's info command, make all command
possible to take additional parameter. Please review to see if it have
problem.

Wenchao Xia (3):
  HMP: add QDict to info callback handler
  HMP: pass in parameter for info sub command
  HMP: show internal snapshots on a single device

 hmp-commands.hx     |    2 +-
 hmp.c               |   36 ++++++++--------
 hmp.h               |   36 ++++++++--------
 hw/i8259.c          |    4 +-
 hw/lm32_pic.c       |    4 +-
 hw/lm32_pic.h       |    4 +-
 hw/loader.c         |    2 +-
 hw/loader.h         |    3 +-
 hw/pc.h             |    4 +-
 hw/pcmcia.h         |    2 +-
 hw/qdev-monitor.c   |    4 +-
 hw/qdev-monitor.h   |    4 +-
 hw/sun4m.c          |    4 +-
 hw/sun4m.h          |    4 +-
 hw/usb.h            |    2 +-
 hw/usb/bus.c        |    2 +-
 hw/usb/host-bsd.c   |    2 +-
 hw/usb/host-linux.c |    2 +-
 hw/usb/host-stub.c  |    2 +-
 monitor.c           |  115 +++++++++++++++++++++++++++++++++------------------
 net.c               |    2 +-
 net.h               |    2 +-
 net/slirp.c         |    2 +-
 net/slirp.h         |    2 +-
 savevm.c            |   55 ++++++++++++++++++++++++-
 sysemu.h            |    4 +-
 vl.c                |    2 +-
 27 files changed, 197 insertions(+), 110 deletions(-)



Reply via email to