From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IMtnv-0001vM-65 for qemu-devel@nongnu.org; Sun, 19 Aug 2007 19:03:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMtns-0001vA-QF for qemu-devel@nongnu.org; Sun, 19 Aug 2007 19:03:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMtns-0001v7-LJ for qemu-devel@nongnu.org; Sun, 19 Aug 2007 19:03:28 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IMtnq-00008T-S9 for qemu-devel@nongnu.org; Sun, 19 Aug 2007 19:03:27 -0400 Date: Sun, 19 Aug 2007 23:49:20 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH][RFC] Fix bugs in the ATAPI cdrom driver Message-ID: <20070819224920.GC4479@networkno.de> References: <20070817234304.GB10490@ifup.org> <1187397752.5168.3.camel@fuego> <20070818042213.GA4603@ifup.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070818042213.GA4603@ifup.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brandon Philips Cc: qemu-devel@nongnu.org Brandon Philips wrote: > 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. > > > > Tested with some linux 2.6.23-rc3 guests, looks great now. > > Great. I would like to see someone from the QEMU project sign off on > the correctness of the code too before we carry the patch in our > package. Committed. Thiemo