From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZTLS-0003un-Tb for qemu-devel@nongnu.org; Fri, 07 Aug 2009 13:35:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZTLO-0003sT-HF for qemu-devel@nongnu.org; Fri, 07 Aug 2009 13:35:10 -0400 Received: from [199.232.76.173] (port=39292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZTLO-0003sN-8i for qemu-devel@nongnu.org; Fri, 07 Aug 2009 13:35:06 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:40442) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZTLN-000298-Nh for qemu-devel@nongnu.org; Fri, 07 Aug 2009 13:35:05 -0400 From: Alexandre Bique Date: Fri, 7 Aug 2009 18:33:05 +0100 Message-ID: <1249666392-31905-1-git-send-email-alexandre.bique@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] ATAPI pass throug v4 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, This is the new version of the ATAPI pass through patches. What's new from the v3 ? - applied Christoph and Juan comments - made some part of ide.c public and added new files: - ide.h some defines, structures and function declarations - atapi-defines.h atapi related defines and function to retrive name from the command - atapi-data.c some data tables - atapi-pt.h atapi pass through structures and public functions - atapi-pt.c atapi pass through implementation I hope this one is alright. Thanks.