[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [V4 PATCH 0/6] Adding New Target ppc64le-linux-user
From: |
Tom Musta |
Subject: |
[Qemu-ppc] [V4 PATCH 0/6] Adding New Target ppc64le-linux-user |
Date: |
Wed, 28 May 2014 15:34:23 -0500 |
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 (6):
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
target-ppc: Store Quadword Conditional Drops Size Bit
configure | 6 ++
include/elf.h | 5 ++
linux-user/elfload.c | 24 ++++++--
linux-user/main.c | 10 ++-
linux-user/ppc/syscall.h | 4 +
target-ppc/mem_helper.c | 26 ++++++-
target-ppc/translate.c | 151 +++++++++++++++++--------------------------
target-ppc/translate_init.c | 4 +
8 files changed, 128 insertions(+), 102 deletions(-)
- [Qemu-ppc] [V4 PATCH 0/6] Adding New Target ppc64le-linux-user,
Tom Musta <=
- [Qemu-ppc] [V4 PATCH 1/6] target-ppc: Support little-endian PPC64 in user mode., Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 3/6] target-ppc: Add a new user mode target for little-endian PPC64., Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 4/6] target-ppc: Support VSX in PPC User Mode, Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 5/6] target-ppc: Confirm That .bss Pages Are Valid, Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 2/6] target-ppc: Allow little-endian user mode., Tom Musta, 2014/05/28
- [Qemu-ppc] [V4 PATCH 6/6] target-ppc: Store Quadword Conditional Drops Size Bit, Tom Musta, 2014/05/28