This prevents the guest from preventing DVD medium removal when there is no medium.
Without this, if the user has ejected a DVD, it is possible to have a block device with an open tray, no media but locked. Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru> --- hw/scsi/scsi-disk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/scsi/scsi-disk.c b/hw/scsi/scsi-disk.c index 08b6135..22b6859 100644 --- a/hw/scsi/scsi-disk.c +++ b/hw/scsi/scsi-disk.c @@ -1622,7 +1622,6 @@ static int32_t scsi_disk_emulate_command(SCSIRequest *req, uint8_t *buf) case RELEASE: case RELEASE_10: case START_STOP: - case ALLOW_MEDIUM_REMOVAL: case GET_CONFIGURATION: case GET_EVENT_STATUS_NOTIFICATION: case MECHANISM_STATUS: -- 1.8.4.rc4