qemu/linux-user
malc a6cc84f49c Kludge to support linux-user on a PPC64
Some headers (e.g. signal.h) include asm/elf.h and the chaos of macro
redefinitions ensues, this kludge avoids it.

Alternative way to fight that would be to change all ELF_XXX and some
other definitions to QEMU_ELF_XXX or something to that effect.

This patch concludes the quest for enabling linux-user on PPC64,
however, since qemu_mallocz uses mmap and, at least on this system,
mmap tends to return values that do not fit into 32bit, emulation for
32bit targets does not work without some hacks wich are to disgusting
to commit (and as `man mmap' tells us MAP_32BIT is only implemented on
X86_64)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5037 c046a42c-6fe2-441c-8c8c-71466251a162
2008-08-20 22:39:28 +00:00
..
alpha
arm
cris
i386
m68k
mips More efficient target register / TC accesses. 2008-06-27 10:02:35 +00:00
mips64 More efficient target register / TC accesses. 2008-06-27 10:02:35 +00:00
mipsn32 More efficient target register / TC accesses. 2008-06-27 10:02:35 +00:00
ppc
sh4
sparc
sparc64
x86_64
elfload.c Kludge to support linux-user on a PPC64 2008-08-20 22:39:28 +00:00
elfload32.c
errno_defs.h
flat.h
flatload.c Fix a bunch of type mismatch-related warnings (Jan Kiszka). 2008-07-16 12:13:52 +00:00
ioctls.h
linux_loop.h
linuxload.c
m68k-sim.c Fix a bunch of type mismatch-related warnings (Jan Kiszka). 2008-07-16 12:13:52 +00:00
main.c Fix tswap size 2008-08-20 22:39:26 +00:00
mmap.c
path.c
qemu.h
signal.c Fix some warnings that would be generated by gcc -Wmissing-prototypes 2008-08-17 20:26:25 +00:00
socket.h
strace.c
strace.list
syscall.c Fix some warnings that would be generated by gcc -Wmissing-prototypes 2008-08-17 20:26:25 +00:00
syscall_defs.h linux-user: Fix target_statfs[64] on 64-bit hosts 2008-07-19 09:38:52 +00:00
syscall_types.h
uaccess.c
vm86.c