From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brrAv-0000p5-Ht for qemu-devel@nongnu.org; Wed, 05 Oct 2016 14:44:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brrAq-0001lT-HI for qemu-devel@nongnu.org; Wed, 05 Oct 2016 14:44:17 -0400 Received: from jessie.kos.to ([212.47.231.226]:34602 helo=pilvi.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brrAq-0001kn-B6 for qemu-devel@nongnu.org; Wed, 05 Oct 2016 14:44:12 -0400 Date: Wed, 5 Oct 2016 21:44:08 +0300 From: Riku Voipio Message-ID: <20161005184408.GB22568@beaming.home> References: <1475586826-5670-1-git-send-email-peter.maydell@linaro.org> <4c4bdd66-9083-3418-59b2-7880ac8e8e1e@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] linux-user: sparc64: Use correct target SHMLBA in shmat() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Laurent Vivier , QEMU Developers , Patch Tracking On Tue, Oct 04, 2016 at 06:13:47PM +0100, Peter Maydell wrote: > On 4 October 2016 at 18:02, Laurent Vivier wrote: > > > > > > Le 04/10/2016 =C3=A0 15:13, Peter Maydell a =C3=A9crit : > >> In commit 40df8c0c0722 support was added for target-specific > > > > I don't have commit 40df8c0c0722, I have > > ee8e76141b4dd00f8e97fda274876a17f9a46bbe. > > > > Is this something wrong with my repo? >=20 > No, I cut-n-pasted the wong commit hash into the commit message > by accident. The commit message should read "ee8e76141b4dd" > (the patch itself is correct I think). Applied, thanks Riku