From: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
To: qemu-devel@nongnu.org
Cc: peter.crosthwaite@xilinx.com,
Zhu Guihua <zhugh.fnst@cn.fujitsu.com>,
mst@redhat.com, hutao@cn.fujitsu.com, armbru@redhat.com,
lcapitulino@redhat.com, isimatu.yasuaki@jp.fujitsu.com,
kroosec@gmail.com, imammedo@redhat.com, pbonzini@redhat.com,
tangchen@cn.fujitsu.com, afaerber@suse.de
Subject: [Qemu-devel] [PATCH v3 0/2] monitor: add peripheral device del completion support
Date: Mon, 6 Oct 2014 19:38:42 +0800 [thread overview]
Message-ID: <cover.1412594742.git.zhugh.fnst@cn.fujitsu.com> (raw)
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.
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 (2):
qdev: add qdev_build_hotpluggable_device_list helper
monitor: add del completion for peripheral device
hw/core/qdev.c | 14 ++++++++++++++
include/hw/qdev-core.h | 2 ++
monitor.c | 24 ++++++++++++++++++++++++
3 files changed, 40 insertions(+)
--
1.9.3
next reply other threads:[~2014-10-06 11:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-06 11:38 Zhu Guihua [this message]
2014-10-06 11:38 ` [Qemu-devel] [PATCH v3 1/2] qdev: add qdev_build_hotpluggable_device_list helper Zhu Guihua
2014-10-16 11:42 ` Igor Mammedov
2014-10-06 11:38 ` [Qemu-devel] [PATCH v3 2/2] monitor: add del completion for peripheral device Zhu Guihua
2014-10-16 11:50 ` Igor Mammedov
2014-10-17 3:39 ` Zhu Guihua
2014-10-13 11:39 ` [Qemu-devel] [PATCH v3 0/2] monitor: add peripheral device del completion support Zhu Guihua
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1412594742.git.zhugh.fnst@cn.fujitsu.com \
--to=zhugh.fnst@cn.fujitsu.com \
--cc=afaerber@suse.de \
--cc=armbru@redhat.com \
--cc=hutao@cn.fujitsu.com \
--cc=imammedo@redhat.com \
--cc=isimatu.yasuaki@jp.fujitsu.com \
--cc=kroosec@gmail.com \
--cc=lcapitulino@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=qemu-devel@nongnu.org \
--cc=tangchen@cn.fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).