qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/3] linux-user: Add support for adjtimex(), sysf


From: Aleksandar Markovic
Subject: [Qemu-devel] [PATCH v2 0/3] linux-user: Add support for adjtimex(), sysfs(), and ustat() syscalls
Date: Mon, 5 Sep 2016 16:00:44 +0200

From: Aleksandar Markovic <address@hidden>

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

[Prev in Thread] Current Thread [Next in Thread]