Mailing List Archive

[PATCH V2 0/3] libxl cd-insert/eject with qemu-xen
This patch series provides the facility to eject and insert a cdrom when the
used device-model is qemu-xen. The only difference between both device-model is
a call to a QMP command as `xl cd-insert ...` will still update xenstore, even
if it's not used by QEMU.


Change since v1:
- Update first patch to use new facilities introduce by my previous applied series.
- Use the disk dev number instead of the vdev string as on id for the cdrom.


Anthony PERARD (3):
libxl_qmp, Introduce libxl__qmp_insert_cdrom.
libxl_dm: Set an id to cdrom drives with qemuu.
libxl: Fix cd-insert with qemu-xen.

tools/libxl/libxl.c | 12 ++++++------
tools/libxl/libxl_dm.c | 7 ++++---
tools/libxl/libxl_internal.h | 1 +
tools/libxl/libxl_qmp.c | 16 ++++++++++++++++
4 files changed, 27 insertions(+), 9 deletions(-)

--
Anthony PERARD


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
Re: [PATCH V2 0/3] libxl cd-insert/eject with qemu-xen [ In reply to ]
On Mon, 2012-10-08 at 19:55 +0100, Anthony PERARD wrote:
> This patch series provides the facility to eject and insert a cdrom when the
> used device-model is qemu-xen. The only difference between both device-model is
> a call to a QMP command as `xl cd-insert ...` will still update xenstore, even
> if it's not used by QEMU.

All:
Acked-by: Ian Campbell <ian.campbell@citrix.com>

And applied.

>
>
> Change since v1:
> - Update first patch to use new facilities introduce by my previous applied series.
> - Use the disk dev number instead of the vdev string as on id for the cdrom.
>
>
> Anthony PERARD (3):
> libxl_qmp, Introduce libxl__qmp_insert_cdrom.
> libxl_dm: Set an id to cdrom drives with qemuu.
> libxl: Fix cd-insert with qemu-xen.
>
> tools/libxl/libxl.c | 12 ++++++------
> tools/libxl/libxl_dm.c | 7 ++++---
> tools/libxl/libxl_internal.h | 1 +
> tools/libxl/libxl_qmp.c | 16 ++++++++++++++++
> 4 files changed, 27 insertions(+), 9 deletions(-)
>



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel