qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] monitor: add peripheral device del completio


From: Zhu Guihua
Subject: [Qemu-devel] [PATCH v2 0/2] monitor: add peripheral device del completion support
Date: Tue, 30 Sep 2014 17:40:33 +0800

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.

v2:
- use object_child_foreach() to simplify the implementation (Andreas)

Zhu Guihua (2):
  qdev: add list built for devices
  monitor: add del completion for peripheral device

 hw/core/qdev.c         | 13 +++++++++++++
 include/hw/qdev-core.h |  2 ++
 monitor.c              | 23 +++++++++++++++++++++++
 3 files changed, 38 insertions(+)

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]