qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/3] monitor: add peripheral device del completion support
@ 2014-09-18  7:53 Zhu Guihua
  2014-09-18  7:53 ` [Qemu-devel] [PATCH v1 1/3] qom: add function to get opaque property in ObjectProperty Zhu Guihua
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Zhu Guihua @ 2014-09-18  7:53 UTC (permalink / raw)
  To: qemu-devel, aliguori, afaerber, lcapitulino
  Cc: hutao, isimatu.yasuaki, Zhu Guihua, tangchen

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.

Zhu Guihua (3):
  qom: add function to get opaque property in ObjectProperty
  qom: export object_property_is_child()
  monitor: add del completion for peripheral device

 include/qom/object.h |  2 ++
 monitor.c            | 24 ++++++++++++++++++++++++
 qom/object.c         | 11 ++++++++++-
 3 files changed, 36 insertions(+), 1 deletion(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-09-29 21:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-18  7:53 [Qemu-devel] [PATCH v1 0/3] monitor: add peripheral device del completion support Zhu Guihua
2014-09-18  7:53 ` [Qemu-devel] [PATCH v1 1/3] qom: add function to get opaque property in ObjectProperty Zhu Guihua
2014-09-18  7:53 ` [Qemu-devel] [PATCH v1 2/3] qom: export object_property_is_child() Zhu Guihua
2014-09-26  9:31   ` Andreas Färber
2014-09-18  7:53 ` [Qemu-devel] [PATCH v1 3/3] monitor: add del completion for peripheral device Zhu Guihua
2014-09-26  9:29   ` Andreas Färber
2014-09-26 17:25   ` Luiz Capitulino
2014-09-26 17:29     ` Luiz Capitulino
2014-09-29 21:33       ` Hani Benhabiles
2014-09-26  2:01 ` [Qemu-devel] [PATCH v1 0/3] monitor: add peripheral device del completion support 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).