From: Riku Voipio <riku.voi...@nokia.com> The following changes since commit 2a704b137f1acfbd972aa6e9f031c5015c7e28cb:
cris: Avoid useless tmp in t_gen_cc_jmp() (2011-01-07 12:50:38 +0100) are available in the git repository at: git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream Peter Maydell (5): linux-user: Implement sync_file_range{,2} syscalls linux-user: Support ioctls whose parameter size is not constant linux-user: Implement FS_IOC_FIEMAP ioctl softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan() linux-user: Fix incorrect NaN detection in ARM nwfpe emulation Wolfgang Schildbach (2): Fix commandline handling for ARM semihosted executables Remove dead code for ARM semihosting commandline handling arm-semi.c | 79 ++++++++++++++--------- bsd-user/bsdload.c | 2 - bsd-user/qemu.h | 1 - configure | 18 +++++ fpu/softfloat.h | 11 +++ linux-user/arm/nwfpe/fpa11_cprt.c | 14 ++-- linux-user/ioctls.h | 4 + linux-user/linuxload.c | 2 - linux-user/qemu.h | 1 - linux-user/strace.list | 6 ++ linux-user/syscall.c | 129 ++++++++++++++++++++++++++++++++++++- linux-user/syscall_defs.h | 1 + linux-user/syscall_types.h | 16 +++++ 13 files changed, 238 insertions(+), 46 deletions(-)