From: Riku Voipio <[email protected]>
The following changes since commit 40a1e8ac2e10155b5df13a2508ac080b00cd7e23:
Merge remote-tracking branch 'remotes/elmarco/tags/vu-pull-request' into
staging (2017-10-16 10:22:39 +0100)
are available in the git repository at:
git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20171018
for you to fetch changes up to f443e3960d9d3340dd286e5fc0b661bb165a8b22:
linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS values (2017-10-17 22:24:02
+0300)
----------------------------------------------------------------
Linux-user updates for Qemu 2.11
----------------------------------------------------------------
Alex Bennée (1):
linux-user/main: support dfilter
Carlo Marcelo Arenas Belón (1):
linux-user: remove duplicate break in syscall
Laurent Vivier (1):
target/m68k,linux-user: manage FP registers in ucontext
Peter Maydell (3):
linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests
linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbers
linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS values
Richard Henderson (3):
tcg: Fix off-by-one in assert in page_set_flags
linux-user: Tidy and enforce reserved_va initialization
linux-user/sh4: Reduce TARGET_VIRT_ADDR_SPACE_BITS to 31
Riku Voipio (1):
linux-user: fix O_TMPFILE handling
accel/tcg/translate-all.c | 2 +-
linux-user/arm/target_cpu.h | 4 ++++
linux-user/elfload.c | 2 +-
linux-user/main.c | 45 ++++++++++++++++++++++++++++++++-------------
linux-user/signal.c | 43 +++++++++++++++++++++++++++++++++++++++++++
linux-user/strace.c | 4 ++++
linux-user/syscall.c | 4 +++-
linux-user/syscall_defs.h | 43 +++++++++++++++++++++++++++++++++++++------
target/mips/mips-defs.h | 6 +++++-
target/nios2/cpu.h | 6 +++++-
target/sh4/cpu.h | 6 +++++-
11 files changed, 140 insertions(+), 25 deletions(-)