qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] linux-user syscall fixes
@ 2009-07-24 17:10 Ulrich Hecht
  2009-07-24 17:10 ` [Qemu-devel] [PATCH 1/7] linux-user: dup3, fallocate syscalls Ulrich Hecht
  0 siblings, 1 reply; 9+ messages in thread
From: Ulrich Hecht @ 2009-07-24 17:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: riku.voipio

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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-07-25 22:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-24 17:10 [Qemu-devel] [PATCH 0/7] linux-user syscall fixes Ulrich Hecht
2009-07-24 17:10 ` [Qemu-devel] [PATCH 1/7] linux-user: dup3, fallocate syscalls Ulrich Hecht
2009-07-24 17:10   ` [Qemu-devel] [PATCH 2/7] linux-user: fcntl fixes for LTP Ulrich Hecht
2009-07-24 17:10     ` [Qemu-devel] [PATCH 3/7] linux-user: enable getdents for > 32-bit systems Ulrich Hecht
2009-07-24 17:10       ` [Qemu-devel] [PATCH 4/7] linux-user: define a couple of syscalls for non-uid16 targets Ulrich Hecht
2009-07-24 17:10         ` [Qemu-devel] [PATCH 5/7] linux-user: getpriority errno fix Ulrich Hecht
2009-07-24 17:10           ` [Qemu-devel] [PATCH 6/7] linux-user: fadvise64 implementation Ulrich Hecht
2009-07-24 17:10             ` [Qemu-devel] [PATCH 7/7] linux-user: zero fstat buffer to initialize nsec fields Ulrich Hecht
2009-07-25 22:37   ` [Qemu-devel] [PATCH 1/7] linux-user: dup3, fallocate syscalls Jan-Simon Möller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).