• P
    scsi: reset cdrom tray statuses on scsi_disk_reset · 3abd71cd
    Pavel Hrdina 提交于
    Tray statuses should be also reset. Some guests may lock the tray and
    right after resetting the guest it should be unlocked and closed. This
    is done on power-on, reset and resume from suspend/hibernate on bare-metal.
    
    This fix is already committed for IDE CD.
    Check the commit a7f3d65b.
    
    Test results on bare-metal:
      - on reset/power-on the CD-ROM tray is closed even before the monitor
        is turned on
      - on resume from suspend/hibernate the tray is also closed before
        the monitor is turned on
    
    From test results it seems that this behavior is OS and probably BIOS
    independent.
    
    Cc: qemu-stable@nongnu.org
    Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    (cherry picked from commit 7721c7f7)
    Signed-off-by: NMichael Roth <mdroth@linux.vnet.ibm.com>
    3abd71cd
scsi-disk.c 75.0 KB