qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] monitor: add peripheral device del completion support
@ 2014-09-30  9:40 Zhu Guihua
  2014-09-30  9:40 ` [Qemu-devel] [PATCH v2 1/2] qdev: add list built for devices Zhu Guihua
  2014-09-30  9:40 ` [Qemu-devel] [PATCH v2 2/2] monitor: add del completion for peripheral device Zhu Guihua
  0 siblings, 2 replies; 4+ messages in thread
From: Zhu Guihua @ 2014-09-30  9:40 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.crosthwaite, Zhu Guihua, mst, hutao, armbru, lcapitulino,
	isimatu.yasuaki, kroosec, imammedo, pbonzini, tangchen, afaerber

After inputting device_del command in monitor, we expect to list all
hotpluggable devices automatically by pressing tab key. This patchset provides
the function to list all peripheral devices such as memory devices.

v2:
- use object_child_foreach() to simplify the implementation (Andreas)

Zhu Guihua (2):
  qdev: add list built for devices
  monitor: add del completion for peripheral device

 hw/core/qdev.c         | 13 +++++++++++++
 include/hw/qdev-core.h |  2 ++
 monitor.c              | 23 +++++++++++++++++++++++
 3 files changed, 38 insertions(+)

-- 
1.9.3

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

end of thread, other threads:[~2014-09-30 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30  9:40 [Qemu-devel] [PATCH v2 0/2] monitor: add peripheral device del completion support Zhu Guihua
2014-09-30  9:40 ` [Qemu-devel] [PATCH v2 1/2] qdev: add list built for devices Zhu Guihua
2014-09-30 12:08   ` Igor Mammedov
2014-09-30  9:40 ` [Qemu-devel] [PATCH v2 2/2] monitor: add del completion for peripheral device Zhu Guihua

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