On Tue, Aug 6, 2013 at 7:46 PM, Anton Blanchard <an...@samba.org> wrote: > 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
Nice :-) This will need to wait until 1.7 opens up in a couple weeks, but other than the cosmetics on 3/5, the series looks good. Regards, Anthony Liguori > > 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 > >