qemu-e2k/linux-user
Martin Mohring 898b1bebf9 linux-user: fix for loopmount ioctl
In case a chrooted build uses XEN or KVM, a looped mount needs to be done to setup the chroot.
The ioctl for loop mount works correctly for arm, mips, ppc32 and sh4, so its now activated.

Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
2011-02-09 10:33:54 +02:00
..
alpha
arm Delete useless 'extern' qualifiers for functions 2011-01-23 16:21:20 +00:00
cris
i386
m68k
microblaze
mips linux-user: fix mips and ppc to use UID16 2010-12-03 15:10:08 +02:00
mips64
mipsn32
ppc linux-user: fix mips and ppc to use UID16 2010-12-03 15:10:08 +02:00
sh4
sparc
sparc64
x86_64
cpu-uname.c
cpu-uname.h
elfload.c linux-user/elfload: add FDPIC support 2011-02-09 10:33:54 +02:00
errno_defs.h
flat.h
flatload.c linux-user/FLAT: allow targets to override FLAT processing 2011-02-09 10:33:54 +02:00
ioctls.h linux-user: fix for loopmount ioctl 2011-02-09 10:33:54 +02:00
linux_loop.h
linuxload.c Remove dead code for ARM semihosting commandline handling 2011-01-07 18:20:57 +02:00
m68k-sim.c linux-user: Fix typo m86k -> m68k 2010-10-05 13:53:56 -05:00
main.c linux-user: Add support for -version option 2011-02-09 10:33:53 +02:00
mmap.c linux-user: mmap_reserve() not controlled by RESERVED_VA 2010-12-03 15:09:38 +02:00
qemu-types.h
qemu.h linux-user/elfload: add FDPIC support 2011-02-09 10:33:54 +02:00
signal.c linux-user: avoid gcc array overrun warning for sparc 2011-02-01 17:03:02 +00:00
socket.h
strace.c linux-user: fix build errors for mmap2-only ports 2011-02-09 10:33:54 +02:00
strace.list linux-user: Implement sync_file_range{,2} syscalls 2011-01-07 17:13:22 +02:00
syscall_defs.h linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace 2011-02-09 10:33:54 +02:00
syscall_types.h linux-user: Implement FS_IOC_FIEMAP ioctl 2011-01-07 17:20:58 +02:00
syscall.c linux-user: implement sched_{g,s}etaffinity 2011-02-09 10:33:54 +02:00
target_flat.h linux-user/FLAT: allow targets to override FLAT processing 2011-02-09 10:33:54 +02:00
uaccess.c
vm86.c