qemu-devel
[Top][All Lists]
Advanced

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

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


From: Aleksandar Markovic
Subject: [Qemu-devel] [PATCH 0/3] linux-user: Add support for adjtimex(), sysfs(), and ustat() syscalls
Date: Mon, 29 Aug 2016 20:38:47 +0200

From: Aleksandar Markovic <address@hidden>

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




reply via email to

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