]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commit
implement cdrom eject from the guest
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 4 Jan 2010 16:21:55 +0000 (16:21 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 4 Jan 2010 16:21:55 +0000 (16:21 +0000)
commit9bac5357507958e2eabcf96bce40cca336fa46ac
treed09f43a31b0dfcda4cde785a9b830187e5d9f7ef
parent662c50f50338fa3abe68da95b45b6ef42dcdecc8
implement cdrom eject from the guest

Hi all,
this patch allows a guest to eject the cdrom: when qemu detects that a
cdrom eject request ahs been issued by the guest, it writes eject to the
corresponding xenstore frontend, so that the toolstack can take care of
removing the current cdrom frontend\backend couple and create an empty one
instead.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/ide.c
qemu-xen.h
xenstore.c