]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate_init.c
target-ppc: Allow little-endian user mode.
authorDoug Kwan <dougkwan@google.com>
Thu, 29 May 2014 14:12:20 +0000 (09:12 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:40 +0000 (13:24 +0200)
commite22c357b3ec01c1141969ae81397d60d52e8c87b
treeea4aa04bb90ebfb07fdb0e1d5ad1344871eb3651
parentd90b94cd78af672cdfd52dc3789ab249534c2f40
target-ppc: Allow little-endian user mode.

This allows running PPC64 little-endian in user mode if target is configured
that way.  In PPC64 LE user mode we set MSR.LE during initialization.

Signed-off-by: Doug Kwan <dougkwan@google.com>
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
linux-user/main.c
target-ppc/mem_helper.c
target-ppc/translate.c
target-ppc/translate_init.c