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
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(
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