Re: [Qemu-devel] [PATCH v3 0/2] monitor: add peripheral device del completion support

2014-10-13 Thread Zhu Guihua
ping...

On Mon, 2014-10-06 at 19:38 +0800, Zhu Guihua 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.
 
 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(+)
 





[Qemu-devel] [PATCH v3 0/2] monitor: add peripheral device del completion support

2014-10-06 Thread Zhu Guihua
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