From: Aleksandar Markovic <aleksandar.marko...@imgtec.com>

v1->v2:
    - added "#ifdef TARGET_NR_adjtimex" where appropriate in patch 1/3.

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 affect 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.

All patches are checked with scripts/checkpatch.pl.

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      |  157 ++++++++++++++++++++++++++++++++++++++++++++-
 linux-user/syscall_defs.h |   28 ++++++++
 4 files changed, 221 insertions(+), 5 deletions(-)

-- 
1.7.9.5


Reply via email to