qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/17] linux-user patches in maemo
@ 2009-03-31 20:40 riku.voipio
  2009-03-31 20:40 ` [Qemu-devel] [PATCH 01/17] Fix fstatat64()/newfstatat() syscall implementation riku.voipio
                   ` (17 more replies)
  0 siblings, 18 replies; 27+ messages in thread
From: riku.voipio @ 2009-03-31 20:40 UTC (permalink / raw)
  To: qemu-devel

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

This some of the more cleaner linux-user patches maemo version
of qemu carries. The idea was to setup a "linux-user-for-upstream"
branch to git.maemo.org, but unfortunately the server is refusink
my git pushes ATM.

Most of these patches have been sent to the list earlier, without
much of response.

Kirill A. Shutemov (7):
  Fix fstatat64()/newfstatat() syscall implementation
  Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit
    targets
  Fix and cleanup IPCOP_sem* ipc calls handling
  Implement sem* syscalls
  Fix and cleanup IPCOP_shm* ipc calls handling
  Implement shm* syscalls
  shmat(): use mmap_find_vma to find free memory area

Lionel Landwerlin (3):
  Added posix message queue syscalls except mq_notify
  Format mq_open strace arguments
  More strace formatting for posix message queues syscalls

Mika Westerberg (4):
  Strace is now working again with GUEST_BASE support.
  linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket
    syscalls
  Revived GUEST_BASE support for usermode emulation targets.
  Add support for passing contents of argv0

Riku Voipio (3):
  linux-user: unix sockets - fix running dbus
  Prefer glibc over direct syscalls
  linux-user: Proper exit code for uncaught signals

 configure                 |   62 +++
 cpu-all.h                 |    6 +-
 linux-user/elfload.c      |   24 +
 linux-user/main.c         |  101 ++++-
 linux-user/mmap.c         |   81 ++--
 linux-user/qemu.h         |    3 +
 linux-user/signal.c       |   37 +-
 linux-user/strace.c       |  170 +++++++
 linux-user/strace.list    |  109 +++--
 linux-user/syscall.c      | 1157 +++++++++++++++++++++++++++++++++++----------
 linux-user/syscall_defs.h |    7 +
 tcg/i386/tcg-target.c     |   12 +
 tcg/x86_64/tcg-target.c   |   12 +
 13 files changed, 1433 insertions(+), 348 deletions(-)

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

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

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 20:40 [Qemu-devel] [PATCH 00/17] linux-user patches in maemo riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 01/17] Fix fstatat64()/newfstatat() syscall implementation riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 02/17] Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 03/17] Fix and cleanup IPCOP_sem* ipc calls handling riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 04/17] Implement sem* syscalls riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 05/17] Fix and cleanup IPCOP_shm* ipc calls handling riku.voipio
2009-03-31 22:08   ` Paul Brook
2009-03-31 20:40 ` [Qemu-devel] [PATCH 06/17] Implement shm* syscalls riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 07/17] shmat(): use mmap_find_vma to find free memory area riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 08/17] Added posix message queue syscalls except mq_notify riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 09/17] Format mq_open strace arguments riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 10/17] More strace formatting for posix message queues syscalls riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 11/17] Add support for passing contents of argv0 riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 12/17] linux-user: unix sockets - fix running dbus riku.voipio
2009-03-31 23:36   ` [Qemu-devel] [PATCH 12/17] linux-user: unix sockets - fix runningdbus Krumme, Chris
2009-04-05 18:04     ` Riku Voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 13/17] Strace is now working again with GUEST_BASE support riku.voipio
2009-03-31 21:31   ` Paul Brook
2009-04-01  6:49     ` Mika Westerberg
2009-03-31 20:40 ` [Qemu-devel] [PATCH 14/17] Revived GUEST_BASE support for usermode emulation targets riku.voipio
2009-03-31 21:51   ` Paul Brook
2009-03-31 20:40 ` [Qemu-devel] [PATCH 15/17] linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 16/17] Prefer glibc over direct syscalls riku.voipio
2009-03-31 20:40 ` [Qemu-devel] [PATCH 17/17] linux-user: Proper exit code for uncaught signals riku.voipio
2009-03-31 22:31 ` [Qemu-devel] [PATCH 00/17] linux-user patches in maemo Paul Brook
2009-04-01  9:31   ` Riku Voipio
2009-04-01 12:07     ` 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).