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

2014-10-23 Thread Luiz Capitulino
On Tue, 21 Oct 2014 19:46:03 +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. Applied to the qmp br

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

2014-10-22 Thread Igor Mammedov
On Tue, 21 Oct 2014 19:46:03 +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. > > v5: > - In patch

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

2014-10-22 Thread Marcel Apfelbaum
On Wed, 2014-10-22 at 08:47 -0400, Luiz Capitulino wrote: > On Tue, 21 Oct 2014 19:46:03 +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

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

2014-10-22 Thread Luiz Capitulino
On Tue, 21 Oct 2014 19:46:03 +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. Igor, Marcel, is this

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

2014-10-21 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. v5: - In patch 2, make list to free (Marcel) v4: - Delete unused device_del_bus_c