qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] HMP: enable info sub command taking parameter
@ 2012-12-19 10:17 Wenchao Xia
  2012-12-19 10:17 ` [Qemu-devel] [PATCH 1/3] HMP: add QDict to info callback handler Wenchao Xia
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Wenchao Xia @ 2012-12-19 10:17 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, aliguori, stefanha, armbru, lcapitulino, pbonzini,
	Wenchao Xia

  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(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-12-25  4:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 10:17 [Qemu-devel] [PATCH 0/3] HMP: enable info sub command taking parameter Wenchao Xia
2012-12-19 10:17 ` [Qemu-devel] [PATCH 1/3] HMP: add QDict to info callback handler Wenchao Xia
2012-12-21 14:01   ` Markus Armbruster
2012-12-25  2:52     ` Wenchao Xia
2012-12-19 10:17 ` [Qemu-devel] [PATCH 2/3] HMP: pass in parameter for info sub command Wenchao Xia
2012-12-19 18:07   ` Luiz Capitulino
2012-12-20  3:02     ` Wenchao Xia
2012-12-22 21:36       ` Luiz Capitulino
2012-12-21 14:49     ` Markus Armbruster
2012-12-21 18:17       ` Eric Blake
2012-12-25  4:29       ` Wenchao Xia
2012-12-19 10:17 ` [Qemu-devel] [PATCH 3/3] HMP: show internal snapshots on a single device Wenchao Xia
2012-12-21 14:07   ` Markus Armbruster
2012-12-25  3:11     ` Wenchao Xia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).