xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] libxl cd-insert/eject with qemu-xen
@ 2012-07-27 17:17 Anthony PERARD
  2012-07-27 17:17 ` [PATCH 1/3] libxl_qmp, Introduce libxl__qmp_insert_cdrom Anthony PERARD
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Anthony PERARD @ 2012-07-27 17:17 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD, Ian Jackson, Ian Campbell, Roger Pau Monne

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.

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      |   35 +++++++++++++++++++++++++++++++++++
 4 files changed, 46 insertions(+), 9 deletions(-)

-- 
Anthony PERARD

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-07-31 12:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 17:17 [PATCH 0/3] libxl cd-insert/eject with qemu-xen Anthony PERARD
2012-07-27 17:17 ` [PATCH 1/3] libxl_qmp, Introduce libxl__qmp_insert_cdrom Anthony PERARD
2012-07-31 12:44   ` Ian Jackson
2012-07-27 17:17 ` [PATCH 2/3] libxl_dm: Set an id to cdrom drives with qemuu Anthony PERARD
2012-07-31 12:45   ` Ian Jackson
2012-07-27 17:17 ` [PATCH 3/3] libxl: Fix cd-insert with qemu-xen Anthony PERARD
2012-07-31 12:47   ` Ian Jackson
2012-07-27 17:22 ` [PATCH 0/3] libxl cd-insert/eject " Anthony PERARD
2012-07-31 12:47   ` Ian Jackson
2012-07-31 12:39 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).