From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNNga-00044B-RB for qemu-devel@nongnu.org; Sun, 05 Jul 2009 05:07:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNNgV-0003xm-9G for qemu-devel@nongnu.org; Sun, 05 Jul 2009 05:06:59 -0400 Received: from [199.232.76.173] (port=53643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNNgV-0003xj-3z for qemu-devel@nongnu.org; Sun, 05 Jul 2009 05:06:55 -0400 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]:58013) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNNgU-0007Rj-Ge for qemu-devel@nongnu.org; Sun, 05 Jul 2009 05:06:54 -0400 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090705090650.VCDX6611.mtaout02-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Sun, 5 Jul 2009 10:06:50 +0100 Received: from miranda.arrow ([213.107.24.213]) by aamtaout01-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090705090650.KLTE13254.aamtaout01-winn.ispmail.ntl.com@miranda.arrow> for ; Sun, 5 Jul 2009 10:06:50 +0100 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1MNNgN-0000MV-L0 for qemu-devel@nongnu.org; Sun, 05 Jul 2009 10:06:47 +0100 Date: Sun, 5 Jul 2009 10:06:47 +0100 From: Stuart Brady Subject: Re: [Qemu-devel] Re: [PATCH 2/5] ATAPI pass through v2: adds few comments Message-ID: <20090705090647.GA1381@miranda.arrow> References: <200907011932.01263.alexandre.bique@citrix.com> <200907021138.00986.alexandre.bique@citrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200907021138.00986.alexandre.bique@citrix.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, Jul 02, 2009 at 11:38:00AM +0100, Bique Alexandre wrote: > - buf[8] = 0x2a; > - buf[9] = 0x12; > + buf[8] = 0x2a; /* page code */ > + buf[9] = 0x12; /* page lenght */ ^^^^^^ length, too. :-) -- Stuart Brady