block: add eject request callback
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Nov 2011 16:50:13 +0000 (17:50 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Nov 2011 13:02:57 +0000 (14:02 +0100)
commit2927c073f7324dc7d6f5d3db175c63336eb0c782
tree0b58b5d0dc77702af6dbb4a85e035a9159ebc216
parent89e54c2c5993d19fbc7dba56c574db9dce9a1390
block: add eject request callback

Recent versions of udev always keep the tray locked so that the kernel
can observe "eject request" events (aka tray button presses) even on
discs that aren't mounted.  Add support for these events in the ATAPI
and SCSI cd drive device models.

To let management cope with the behavior of udev, an event should also
be added for "tray opened/closed".  This way, after issuing an "eject"
command, management can poll until the guests actually reacts to the
command.  They can then issue the "change" command after the tray has been
opened, or try with "eject -f" after a (configurable?) timeout.  However,
with this patch and the corresponding support in the device models,
at least it is possible to do a manual two-step eject+change sequence.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block.h
blockdev.c