From: Riku Voipio <riku.voi...@linaro.org> The following patchset has been gathered by Peter Maydell, Thanks!
The following changes since commit ab8bf29078e0ab8347e2ff8b4e5542f7a0c751cf: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-07-03 08:37:00 -0500) are available in the git repository at: git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream for you to fetch changes up to 8384274eda1d7cb01f326143fa6118562c1eb5be: linux-user: Do not ignore mmap failure from host (2013-07-05 15:45:40 +0300) ---------------------------------------------------------------- Andreas Schwab (2): linux-user: handle /proc/$$ like /proc/self linux-user: fix signal number range check Jürg Billeter (1): linux-user: Do not ignore mmap failure from host Laurent Vivier (1): linux-user: add SIOCADDRT/SIOCDELRT support Petar Jovanovic (1): linux-user: improve target_to_host_sock_type conversion Peter Maydell (2): linux-user: Fix sys_utimensat (would not compile on old glibc) user-exec.c: Set is_write correctly in the ARM cpu_signal_handler() linux-user/ioctls.h | 6 ++- linux-user/mmap.c | 4 ++ linux-user/signal.c | 4 +- linux-user/socket.h | 381 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------- linux-user/syscall.c | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++--------------- user-exec.c | 8 ++- 6 files changed, 413 insertions(+), 178 deletions(-) -- 1.8.1.2