[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del compl
From: |
Luiz Capitulino |
Subject: |
Re: [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support |
Date: |
Thu, 23 Oct 2014 09:05:06 -0400 |
On Tue, 21 Oct 2014 19:46:03 +0800
Zhu Guihua <address@hidden> 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(-)
>
- [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support, Zhu Guihua, 2014/10/21
- [Qemu-devel] [PATCH v5 1/3] qdev: add qdev_build_hotpluggable_device_list helper, Zhu Guihua, 2014/10/21
- [Qemu-devel] [PATCH v5 3/3] monitor: delete device_del_bus_completion, Zhu Guihua, 2014/10/21
- [Qemu-devel] [PATCH v5 2/3] monitor: add del completion for peripheral device, Zhu Guihua, 2014/10/21
- Re: [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support, Luiz Capitulino, 2014/10/22
- Re: [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support, Igor Mammedov, 2014/10/22
- Re: [Qemu-devel] [PATCH v5 0/3] monitor: add peripheral device del completion support,
Luiz Capitulino <=