From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ST0xE-0004Wy-3e for qemu-devel@nongnu.org; Fri, 11 May 2012 21:17:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ST0xC-0002Ms-5r for qemu-devel@nongnu.org; Fri, 11 May 2012 21:17:03 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sat, 12 May 2012 03:16:56 +0200 Message-Id: <1336785418-9439-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-1.1 0/2] tcg/ppc64: AREG0 support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, agraf@suse.de, =?UTF-8?q?Andreas=20F=C3=A4rber?= Hello malc and Alex, Here's patches to optimize and fix potential AREG0 issues on ppc64. So far I've only tested on Darwin/ppc64 - Debian/sparc, HelenOS/sparc64, Haiku/i386, Haiku/x86_64 guests work. Still TODO: testing on Linux and testing AREG0 ppc(64). Regards, Andreas Cc: malc Cc: Alexander Graf Andreas F=C3=A4rber (2): tcg/ppc64: Don't hardcode register numbers for qemu_ld/st tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0 tcg/ppc64/tcg-target.c | 44 +++++++++++++++++++-----------------------= -- 1 files changed, 19 insertions(+), 25 deletions(-) --=20 1.7.7