qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3] monitor: add peripheral device del completion support
@ 2014-10-17  9:35 Zhu Guihua
  2014-10-17  9:35 ` [Qemu-devel] [PATCH v4 1/3] qdev: add qdev_build_hotpluggable_device_list helper Zhu Guihua
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zhu Guihua @ 2014-10-17  9:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.crosthwaite, Zhu Guihua, mst, hutao, armbru, lcapitulino,
	isimatu.yasuaki, 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.

v4:
- delete unused device_del_bus_completion (Igor)
- modify the way to get value of hotpluggable property (Igor)

v3:
- commit message changes (Igor)
- rename function in patch 1 (Igor)
- use 'hotpluggable' property to discard non-hotpluggable devices (Igor)

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

Zhu Guihua (3):
  qdev: add qdev_build_hotpluggable_device_list helper
  monitor: add del completion for peripheral device
  monitor: delete device_del_bus_completion

 hw/core/qdev.c         | 13 +++++++++++++
 include/hw/qdev-core.h |  2 ++
 monitor.c              | 26 +++++++++++++++-----------
 3 files changed, 30 insertions(+), 11 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-10-20  0:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17  9:35 [Qemu-devel] [PATCH v4 0/3] monitor: add peripheral device del completion support Zhu Guihua
2014-10-17  9:35 ` [Qemu-devel] [PATCH v4 1/3] qdev: add qdev_build_hotpluggable_device_list helper Zhu Guihua
2014-10-17  9:35 ` [Qemu-devel] [PATCH v4 2/3] monitor: add del completion for peripheral device Zhu Guihua
2014-10-19 11:37   ` Marcel Apfelbaum
2014-10-20  0:58     ` Zhu Guihua
2014-10-17  9:36 ` [Qemu-devel] [PATCH v4 3/3] monitor: delete device_del_bus_completion 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).