From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X12ZM-00077C-Je for qemu-devel@nongnu.org; Sat, 28 Jun 2014 20:02:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X12ZG-0000Wv-8A for qemu-devel@nongnu.org; Sat, 28 Jun 2014 20:02:08 -0400 Received: from mout.web.de ([212.227.15.4]:60037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X12ZF-0000Wg-W8 for qemu-devel@nongnu.org; Sat, 28 Jun 2014 20:02:02 -0400 Message-ID: <53AF5776.3030702@web.de> Date: Sun, 29 Jun 2014 02:01:58 +0200 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1403797037-20734-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1403797037-20734-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC UNTESTED] tcg/ppc: Fix support for 64-bit PPC MacOSX hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Richard Henderson , patches@linaro.org Am 26.06.2014 17:37, schrieb Peter Maydell: > Add back in the support for 64-bit PPC MacOSX hosts that was > broken in the recent merge of the 32-bit and 64-bit TCG backends. > Reported-by: Andreas Färber > Signed-off-by: Peter Maydell Tested-by: Andreas Färber Fixes the build, and i386/x86_64 Haiku guest boots up. Thanks, Andreas