All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Adding new user mode target ppc64el-linux-user
@ 2014-05-08  8:26 Doug Kwan
  2014-05-08  8:26 ` [Qemu-devel] [PATCH 1/3] linux-user: Handle ELFv2 PPC64 binaries in user mode Doug Kwan
                   ` (2 more replies)
  0 siblings, 3 replies; 33+ messages in thread
From: Doug Kwan @ 2014-05-08  8:26 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: riku.voipio, Doug Kwan, agraf

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

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2014-05-08 15:57 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08  8:26 [Qemu-devel] [PATCH 0/3] Adding new user mode target ppc64el-linux-user Doug Kwan
2014-05-08  8:26 ` [Qemu-devel] [PATCH 1/3] linux-user: Handle ELFv2 PPC64 binaries in user mode Doug Kwan
2014-05-08  8:36   ` Alexander Graf
2014-05-08  8:43     ` Doug Kwan (關振德)
2014-05-08  8:45       ` Alexander Graf
2014-05-08 13:30       ` Ulrich Weigand
2014-05-08  8:26 ` [Qemu-devel] [PATCH 2/3] PPC: Allow little-endian " Doug Kwan
2014-05-08  8:39   ` Alexander Graf
2014-05-08  8:49     ` Doug Kwan (關振德)
2014-05-08  8:55       ` Alexander Graf
2014-05-08  9:05         ` Doug Kwan (關振德)
2014-05-08  9:11           ` Alexander Graf
2014-05-08  9:24             ` Doug Kwan (關振德)
2014-05-08 12:39     ` Peter Maydell
2014-05-08 12:44       ` Alexander Graf
2014-05-08  8:26 ` [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user Doug Kwan
2014-05-08  8:41   ` Alexander Graf
2014-05-08  8:46     ` Doug Kwan (關振德)
2014-05-08  8:56       ` Alexander Graf
2014-05-08  9:09         ` Doug Kwan (關振德)
2014-05-08 12:18   ` Andreas Färber
2014-05-08 12:28     ` Peter Maydell
2014-05-08 12:45       ` Alexander Graf
2014-05-08 15:57       ` Doug Kwan (關振德)
2014-05-08 14:41   ` Tom Musta
2014-05-08 15:19     ` Doug Kwan (關振德)
2014-05-08 15:25       ` Peter Maydell
2014-05-08 15:32         ` Doug Kwan (關振德)
2014-05-08 15:41           ` Peter Maydell
2014-05-08 15:51             ` Doug Kwan (關振德)
2014-05-08 15:56               ` Peter Maydell
2014-05-08 15:39         ` Tom Musta
2014-05-08 15:43           ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.