qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] misc userland patches [v2]
@ 2009-04-05 20:59 riku.voipio
  2009-04-05 20:59 ` [Qemu-devel] [PATCH 01/10] Fix fstatat64()/newfstatat() syscall implementation riku.voipio
                   ` (8 more replies)
  0 siblings, 9 replies; 24+ messages in thread
From: riku.voipio @ 2009-04-05 20:59 UTC (permalink / raw)
  To: qemu-devel

From: Riku Voipio <riku.voipio@iki.fi>

Resending, now all patches should be independent (with
the exception of 0003 which depends on 0004). The guest-base
patches are left from the series as Mika is still writing
the strace code to be implemented more in the way real
strace is done.

Kirill A. Shutemov (2):
  Fix fstatat64()/newfstatat() syscall implementation
  Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit
    targets

Lionel Landwerlin (1):
  Added posix message queue syscalls except mq_notify

Mika Westerberg (1):
  linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket
    syscalls
  Add support for passing contents of argv0

Riku Voipio (6):
  fix IPCOP_sem* and implement sem*
  Implement shm* syscalls and fix 64/32bit errors
  linux-user: unix sockets - fix running dbus
  Prefer glibc over direct syscalls
  linux-user: Proper exit code for uncaught signals

 configure                 |   53 +++
 linux-user/main.c         |   38 ++-
 linux-user/mmap.c         |   81 ++--
 linux-user/qemu.h         |    1 +
 linux-user/signal.c       |   37 +-
 linux-user/strace.list    |   12 +-
 linux-user/syscall.c      | 1077 ++++++++++++++++++++++++++++++++++++---------
 linux-user/syscall_defs.h |    7 +
 8 files changed, 1031 insertions(+), 275 deletions(-)

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

end of thread, other threads:[~2009-04-18 16:16 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05 20:59 [Qemu-devel] [PATCH 00/10] misc userland patches [v2] riku.voipio
2009-04-05 20:59 ` [Qemu-devel] [PATCH 01/10] Fix fstatat64()/newfstatat() syscall implementation riku.voipio
2009-04-05 20:59 ` [Qemu-devel] [PATCH 02/10] Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets riku.voipio
2009-04-05 20:59   ` [Qemu-devel] [PATCH 03/10] Implement shm* syscalls and fix 64/32bit errors riku.voipio
2009-04-15 16:21   ` [Qemu-devel] [PATCH 02/10] Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets Aurelien Jarno
2009-04-05 20:59 ` [Qemu-devel] [PATCH 04/10] fix IPCOP_sem* and implement sem* riku.voipio
2009-04-06  9:06   ` Arnaud Patard
2009-04-06 15:17     ` Riku Voipio
2009-04-06 16:22       ` Arnaud Patard
2009-04-15 15:28   ` Aurelien Jarno
2009-04-16 14:23     ` Riku Voipio
2009-04-18 16:16       ` Aurelien Jarno
2009-04-05 20:59 ` [Qemu-devel] [PATCH 05/10] Added posix message queue syscalls except mq_notify riku.voipio
2009-04-15 16:13   ` Aurelien Jarno
2009-04-05 20:59 ` [Qemu-devel] [PATCH 06/10] Add support for passing contents of argv0 riku.voipio
2009-04-15 16:13   ` Aurelien Jarno
2009-04-05 20:59 ` [Qemu-devel] [PATCH 07/10] linux-user: unix sockets - fix running dbus riku.voipio
2009-04-15 16:14   ` Aurelien Jarno
2009-04-05 20:59 ` [Qemu-devel] [PATCH 08/10] linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls riku.voipio
2009-04-15 16:14   ` Aurelien Jarno
2009-04-05 20:59 ` [Qemu-devel] [PATCH 09/10] Prefer glibc over direct syscalls riku.voipio
2009-04-15 16:14   ` Aurelien Jarno
2009-04-05 20:59 ` [Qemu-devel] [PATCH 10/10] linux-user: Proper exit code for uncaught signals riku.voipio
2009-04-15 16:19   ` Aurelien Jarno

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