[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/5] 64bit PowerPC little endian support
From: |
Anton Blanchard |
Subject: |
[Qemu-devel] [PATCH 0/5] 64bit PowerPC little endian support |
Date: |
Wed, 7 Aug 2013 10:46:59 +1000 |
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
- [Qemu-devel] [PATCH 0/5] 64bit PowerPC little endian support,
Anton Blanchard <=