From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6ruG-0004d1-F1 for qemu-devel@nongnu.org; Tue, 06 Aug 2013 20:47:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6ruA-0004jr-QG for qemu-devel@nongnu.org; Tue, 06 Aug 2013 20:47:16 -0400 From: Anton Blanchard Date: Wed, 7 Aug 2013 10:46:59 +1000 Message-Id: <1375836424-773-1-git-send-email-anton@samba.org> Subject: [Qemu-devel] [PATCH 0/5] 64bit PowerPC little endian support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , Anthony Liguori Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org This patchset adds support for 64bit PowerPC little endian on POWER7. Linux kernel patches to support this were sent out earlier today: https://lists.ozlabs.org/pipermail/linuxppc-dev/2013-August/109849.html Anton -- Anton Blanchard (4): target-ppc: POWER7 supports the MSR_LE bit target-ppc: USE LPCR_ILE to control exception endian on POWER7 pseries: Add H_SET_MODE hcall to change guest exception endianness disas/ppc.c: Fix little endian disassembly Benjamin Herrenschmidt (1): pseries: Fix loading of little endian kernels disas/ppc.c | 3 ++- hw/ppc/spapr.c | 15 +++++++++++++-- hw/ppc/spapr_hcall.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ include/hw/ppc/spapr.h | 12 +++++++++++- target-ppc/cpu.h | 2 ++ target-ppc/excp_helper.c | 10 ++++++++++ target-ppc/translate_init.c | 2 +- 7 files changed, 83 insertions(+), 5 deletions(-) -- 1.8.1.2