From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZ5Zd-0008KS-Ke for qemu-devel@nongnu.org; Thu, 06 Aug 2009 12:12:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZ5Za-0008Iu-4q for qemu-devel@nongnu.org; Thu, 06 Aug 2009 12:12:13 -0400 Received: from [199.232.76.173] (port=60403 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ5ZZ-0008Ii-MH for qemu-devel@nongnu.org; Thu, 06 Aug 2009 12:12:09 -0400 Received: from verein.lst.de ([213.95.11.210]:40600) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MZ5ZY-0005g7-8a for qemu-devel@nongnu.org; Thu, 06 Aug 2009 12:12:09 -0400 Date: Thu, 6 Aug 2009 18:12:04 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 3/4] ATAPI pass through v3 Message-ID: <20090806161204.GC22841@lst.de> References: <200908061640.39895.alexandre.bique@citrix.com> <200908061649.24972.alexandre.bique@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200908061649.24972.alexandre.bique@citrix.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bique Alexandre Cc: "qemu-devel@nongnu.org" Should be Subject: [PATCH n/m] atapi: protocol define updates Add some missing ATAPI protocol defintions, and fix up some whitespaces and comments on the way. Signed-off-by: Bique Alexandre