Re: [Qemu-devel] [PATCH 1/1] atapi: reset cdrom tray statuses on ide_reset

2012-12-13 Thread Pavel Hrdina
On Thu, 2012-12-13 at 11:18 +0100, Kevin Wolf wrote: > Am 11.12.2012 08:55, schrieb Pavel Hrdina: > > Tray statuses should be also reseted. Some guests may lock the tray > > and after reset before any kernel is loaded the tray should be unlocked. > > > > Also if you reset the real computer the tra

Re: [Qemu-devel] [PATCH 1/1] atapi: reset cdrom tray statuses on ide_reset

2012-12-13 Thread Kevin Wolf
Am 11.12.2012 08:55, schrieb Pavel Hrdina: > Tray statuses should be also reseted. Some guests may lock the tray > and after reset before any kernel is loaded the tray should be unlocked. > > Also if you reset the real computer the tray is closed. We should > do the same in qemu. > > Signed-off-b

[Qemu-devel] [PATCH 1/1] atapi: reset cdrom tray statuses on ide_reset

2012-12-10 Thread Pavel Hrdina
Tray statuses should be also reseted. Some guests may lock the tray and after reset before any kernel is loaded the tray should be unlocked. Also if you reset the real computer the tray is closed. We should do the same in qemu. Signed-off-by: Pavel Hrdina --- hw/ide/core.c | 2 ++ 1 file change