From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7PCf-0003ob-TO for qemu-devel@nongnu.org; Tue, 13 Mar 2012 06:43:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7PCZ-0004M1-LR for qemu-devel@nongnu.org; Tue, 13 Mar 2012 06:43:41 -0400 Received: from gate.crashing.org ([63.228.1.57]:54839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7PCZ-0004Lt-9r for qemu-devel@nongnu.org; Tue, 13 Mar 2012 06:43:35 -0400 Message-ID: <1331635400.3105.101.camel@pasglop> From: Benjamin Herrenschmidt Date: Tue, 13 Mar 2012 21:43:20 +1100 In-Reply-To: <4F5F1A11.9@redhat.com> References: <[0/4] RESEND: Outstanding bugfixes and cleanups> <1331167272-9800-1-git-send-email-david@gibson.dropbear.id.au> <1331167272-9800-3-git-send-email-david@gibson.dropbear.id.au> <4F59FBA6.9070805@redhat.com> <1331612562.3105.96.camel@pasglop> <4F5F1A11.9@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/4] Endian fix an assertion in usb-msd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws, David Gibson On Tue, 2012-03-13 at 10:57 +0100, Gerd Hoffmann wrote: > On 03/13/12 05:22, Benjamin Herrenschmidt wrote: > > As such I would rather fix the access locations instead. This basically > > means adding this small patch on top of my previous one (I haven't > > spotted any other error) : > > Squashed into the original patch and added to the usb patch queue. Thanks ! Cheers, Ben.