From: Aleksandar Markovic <aleksandar.marko...@imgtec.com> This patch series adds support for three syscalls to the Qemu user mode.
Each patch fixes certain LTP test failures that occur if LTP tests are executed in Qemu user mode. This improvement will be in effect for all platforms supported by Qemu. Altogether, there are 10 LTP tests fixed by this series. Where needed, the support for "-strace" switch is included as well. For each patch, a minimal test example is created that demonstrates the correctness of the implementation, and such example is compiled and tested on arm, i386, mips, mipsel, ppc, sh4, and sparc platforms. Aleksandar Markovic (3): linux-user: Add support for adjtimex() syscall linux-user: Add support for sysfs() syscall linux-user: Add support for ustat() syscall linux-user/strace.c | 37 +++++++++++ linux-user/strace.list | 4 +- linux-user/syscall.c | 153 ++++++++++++++++++++++++++++++++++++++++++++- linux-user/syscall_defs.h | 28 +++++++++ 4 files changed, 217 insertions(+), 5 deletions(-) -- 1.7.9.5