Re: [Qemu-devel] [PATCH] Add drive_add/drive_del to qmp_commands.hx

2011-02-17 Thread Markus Armbruster
Hu Tao writes: > This patch enables drive_add/drive_del qmp commands, which are required > by libvirt when connecting to qemu using QMP. These commands were intentionally left out of QMP because they are badly designed. I understand the need for drive hot plug in QMP. I started to work on sane

Re: [Qemu-devel] [PATCH] Add drive_add/drive_del to qmp_commands.hx

2011-02-17 Thread Anthony Liguori
On 02/17/2011 02:57 AM, Hu Tao wrote: This patch enables drive_add/drive_del qmp commands, which are required by libvirt when connecting to qemu using QMP. Signed-off-by: Hu Tao --- qmp-commands.hx | 59 +++ 1 files changed, 59 insertions(

[Qemu-devel] [PATCH] Add drive_add/drive_del to qmp_commands.hx

2011-02-17 Thread Hu Tao
This patch enables drive_add/drive_del qmp commands, which are required by libvirt when connecting to qemu using QMP. Signed-off-by: Hu Tao --- qmp-commands.hx | 59 +++ 1 files changed, 59 insertions(+), 0 deletions(-) diff --git a/qmp-comm