qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/7] linux-user syscall fixes


From: Ulrich Hecht
Subject: [Qemu-devel] [PATCH 0/7] linux-user syscall fixes
Date: Fri, 24 Jul 2009 19:10:25 +0200

Couple of syscall issues I ran into while using LTP to test my s390x target.

Ulrich Hecht (7):
  linux-user: dup3, fallocate syscalls
  linux-user: fcntl fixes for LTP
  linux-user: enable getdents for > 32-bit systems
  linux-user: define a couple of syscalls for non-uid16 targets
  linux-user: getpriority errno fix
  linux-user: fadvise64 implementation
  linux-user: zero fstat buffer to initialize nsec fields

 configure                 |   18 ++++
 linux-user/syscall.c      |  195 +++++++++++++++++++++++++++++++++++----------
 linux-user/syscall_defs.h |    7 ++
 3 files changed, 179 insertions(+), 41 deletions(-)





reply via email to

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