From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEuEg-0008PQ-U8 for qemu-devel@nongnu.org; Mon, 20 Jun 2016 04:07:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEuEb-0007nr-ON for qemu-devel@nongnu.org; Mon, 20 Jun 2016 04:07:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEuEb-0007nj-Je for qemu-devel@nongnu.org; Mon, 20 Jun 2016 04:07:05 -0400 References: <1466226207-23581-1-git-send-email-rth@twiddle.net> From: Thomas Huth Message-ID: <5767A425.8030905@redhat.com> Date: Mon, 20 Jun 2016 10:07:01 +0200 MIME-Version: 1.0 In-Reply-To: <1466226207-23581-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] tcg: Fix i686 booting sparc64 openbios List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Cc: david@gibson.dropbear.id.au, mark.cave-ayland@ilande.co.uk On 18.06.2016 07:03, Richard Henderson wrote: > There's a minor typo here that affects dumping of 64-bit > registers on 32-bit hosts. Kind of embarrasing that this > hasn't been seen previously. > > The main change takes care of cases wherein there's overlap > between the indirect base register and the main global, which > can happen in conditions of very high register pressure. > > The bug report is at > > http://lists.nongnu.org/archive/html/qemu-devel/2016-06/msg04947.html With these two patches applied, the segfault is gone indeed, and OpenBIOS starts fine again with the 32-bit qemu-system-sparc64 binary, so: Tested-by: Thomas Huth