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

2014-09-25 Thread Zhu Guihua
ping ... On Thu, 2014-09-18 at 15:53 +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. > > Zhu Guihu

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

2014-09-18 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. Zhu Guihua (3): qom: add function to get opaque property in ObjectProperty qom