Re: [Qemu-devel] [PATCH][RFC] Fix bugs in the ATAPI cdrom driver

2007-08-18 Thread Brandon Philips
On 17:42 Fri 17 Aug 2007, Matthew Kent wrote: > On Fri, 2007-17-08 at 16:43 -0700, Brandon Philips wrote: > > The new libata-eh in the Linux kernel is throwing a fit over the QEMU > > cdrom device for two reasons: > > Nice thanks, was suffering from this issue as well. >

[Qemu-devel] [PATCH][RFC] Fix bugs in the ATAPI cdrom driver

2007-08-17 Thread Brandon Philips
issues another ATAPI command ERR_STAT is still set. Which is bad since the next expected command from the OS is REQUEST_SENSE to find out why ERR_STAT is set. bug this fixes: https://bugzilla.novell.com/show_bug.cgi?id=291775 Signed-off-by: Brandon Philips <[EMAIL PROTECTED]> --- hw/ide.c