From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZ571-000066-4i for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:42:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZ56w-0008Sm-SD for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:42:38 -0400 Received: from [199.232.76.173] (port=44449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ56w-0008Se-Lu for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:42:34 -0400 Received: from mx20.gnu.org ([199.232.41.8]:3966) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MZ56w-000765-Df for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:42:34 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZ56t-0006Hc-LR for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:42:31 -0400 From: Bique Alexandre Date: Thu, 6 Aug 2009 16:40:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <200908061640.39895.alexandre.bique@citrix.com> Subject: [Qemu-devel] [PATCH] ATAPI pass through v3 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi, Here is the updated ATAPI pass through patches. What's new ? - no more switch -cdrom-pt, we rely on bdrv_is_sg() to know if we use the pass through code or not. - opening the device with O_NONBLOCK, so it doesn't fail when there is no media in the drive. - added a command line switch (-cdrom-allow-fw-upgrade) to enable cdrom firmware upgrade (see WRITE_BUFFER command). By default the firmware upgrade is disabled. - fixed REPORT_KEY command. - fixed READ_12 command. Thanks. -- Alexandre Bique