[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/3] Adding new user mode target ppc64el-linux-user
From: |
Doug Kwan |
Subject: |
[Qemu-ppc] [PATCH 0/3] Adding new user mode target ppc64el-linux-user |
Date: |
Thu, 8 May 2014 01:26:40 -0700 |
Hi
This is a series of 3 patches to add a new target for little-endian
PPC64 linux user mode. This first patch is for loading PPC64 ELFv2 binaries.
The second patch is the biggest and it contains changes to set up the
LE environment and handle byteswapping appropriately. The third patch
contains the necessary configuration changes for the new target.
This is tested briefly by running big-endian and little-endian Linux
binaries in user mode. I also booted the QEMU ppc linux test image though
it is 32-bit only.
-Doug
Doug Kwan (3):
linux-user: Handle ELFv2 PPC64 binaries in user mode.
PPC: Allow little-endian user mode.
configure: Add new target ppc64el-linux-user
configure | 6 +++++
default-configs/ppc64el-linux-user.mak | 1 +
include/elf.h | 5 ++++
linux-user/elfload.c | 17 +++++++++++--
target-ppc/mem_helper.c | 16 ++++++++++--
target-ppc/translate.c | 45 ++++++++++++++++++++++------------
target-ppc/translate_init.c | 9 +++++++
7 files changed, 80 insertions(+), 19 deletions(-)
create mode 100644 default-configs/ppc64el-linux-user.mak
--
1.9.1.423.g4596e3a