From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L00Ju-0001mr-1b for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:58:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L00Jt-0001mO-9K for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:58:41 -0500 Received: from [199.232.76.173] (port=59260 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L00Jt-0001mI-29 for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:58:41 -0500 Received: from qw-out-1920.google.com ([74.125.92.146]:27284) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L00Js-0005zC-Of for qemu-devel@nongnu.org; Tue, 11 Nov 2008 15:58:40 -0500 Received: by qw-out-1920.google.com with SMTP id 5so59333qwc.4 for ; Tue, 11 Nov 2008 12:58:38 -0800 (PST) Message-ID: <4919F1FA.1070303@codemonkey.ws> Date: Tue, 11 Nov 2008 14:58:34 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] windows cdrom cache flush References: <49106382.6070400@eu.citrix.com> In-Reply-To: <49106382.6070400@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Stefano Stabellini wrote: > Windows only flushes its cache of a CDROM if it gets a > SENSE_UNIT_ATTENTION CHECK_CONDITION response to a REQUEST_SENSE > command. > Make sure it does so after we change the CD. > > Signed-off-by: Stefano Stabellini > Signed-off-by: Steven Smith > > --- > Applied, but you had some tab damage. svn sucks sufficiently that it was easier for me to fix than to undo the patch, so I just fixed it up myself. In the future, please try to avoid this. Regards, Anthony Liguori