This is a follow up to the patch series initiated by Doug Kwan http://lists.nongnu.org/archive/html/qemu-devel/2014-05/msg01936.html
Tom Musta (5): target-ppc: Support little-endian PPC64 in user mode. target-ppc: Allow little-endian user mode. target-ppc: Add a new user mode target for little-endian PPC64. target-ppc: Support VSX in PPC User Mode target-ppc: Confirm That .bss Pages Are Valid configure | 6 ++ include/elf.h | 5 ++ linux-user/elfload.c | 24 ++++++-- linux-user/ppc/syscall.h | 4 + target-ppc/mem_helper.c | 26 ++++++- target-ppc/translate.c | 151 +++++++++++++++++-------------------------- target-ppc/translate_init.c | 4 + 7 files changed, 120 insertions(+), 100 deletions(-)