From: Luiz Capitulino <lcapitulino@redhat.com>
To: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
Cc: peter.crosthwaite@xilinx.com, mst@redhat.com,
hutao@cn.fujitsu.com, qemu-devel@nongnu.org, armbru@redhat.com,
isimatu.yasuaki@jp.fujitsu.com, imammedo@redhat.com,
pbonzini@redhat.com, tangchen@cn.fujitsu.com, afaerber@suse.de
Subject: Re: [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support
Date: Thu, 23 Oct 2014 09:05:06 -0400 [thread overview]
Message-ID: <20141023090506.3b60d32f@redhat.com> (raw)
In-Reply-To: <cover.1413770236.git.zhugh.fnst@cn.fujitsu.com>
On Tue, 21 Oct 2014 19:46:03 +0800
Zhu Guihua <zhugh.fnst@cn.fujitsu.com> wrote:
> 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.
Applied to the qmp branch, thanks.
>
> v5:
> - In patch 2, make list to free (Marcel)
>
> 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 | 28 +++++++++++++++++-----------
> 3 files changed, 32 insertions(+), 11 deletions(-)
>
prev parent reply other threads:[~2014-10-23 13:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-21 11:46 [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support Zhu Guihua
2014-10-21 11:46 ` [Qemu-devel] [PATCH v5 1/3] qdev: add qdev_build_hotpluggable_device_list helper Zhu Guihua
2014-10-21 11:46 ` [Qemu-devel] [PATCH v5 2/3] monitor: add del completion for peripheral device Zhu Guihua
2014-10-21 11:46 ` [Qemu-devel] [PATCH v5 3/3] monitor: delete device_del_bus_completion Zhu Guihua
2014-10-22 12:47 ` [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support Luiz Capitulino
2014-10-22 13:52 ` Marcel Apfelbaum
2014-10-22 15:48 ` Igor Mammedov
2014-10-23 13:05 ` Luiz Capitulino [this message]
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=20141023090506.3b60d32f@redhat.com \
--to=lcapitulino@redhat.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=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=qemu-devel@nongnu.org \
--cc=tangchen@cn.fujitsu.com \
--cc=zhugh.fnst@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.