qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] linux-user patches for HEAD
@ 2009-08-13 20:06 riku.voipio
  2009-08-13 20:06 ` [Qemu-devel] [PATCH 01/11] linux-user: add eventfd support riku.voipio
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: riku.voipio @ 2009-08-13 20:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

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

Again, the patches have been on the list before. I think they have
had time for comments already, but I'll give another chance before
sending this as a pull request to anthony.

If I have missed any patches, please resend or reply to the missed
patch and CC: me.

Kirill A. Shutemov (1):
  linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with
    32-bit targets

Laurent Vivier (3):
  m68k,linux-user: add setup_frame
  m68k, linux-user: add setup_rt_frame
  m68k, linux-user: enable sigaltstack()

Nathan Froyd (1):
  linux-user: fix mq_* compilation problems

Riku Voipio (1):
  linux-user: add eventfd support

Ulrich Hecht (5):
  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: fadvise64 implementation
  linux-user: zero fstat buffer to initialize nsec fields

 configure                 |   18 ++
 linux-user/mmap.c         |   79 +++++-----
 linux-user/signal.c       |  382 +++++++++++++++++++++++++++++++++++++++++++++
 linux-user/syscall.c      |  206 +++++++++++++++++++-----
 linux-user/syscall_defs.h |    7 +
 5 files changed, 613 insertions(+), 79 deletions(-)

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

end of thread, other threads:[~2009-08-26 13:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13 20:06 [Qemu-devel] [PATCH 00/11] linux-user patches for HEAD riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 01/11] linux-user: add eventfd support riku.voipio
2009-08-21 11:29   ` Kirill A. Shutemov
2009-08-26 13:23     ` Riku Voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 02/11] m68k,linux-user: add setup_frame riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 03/11] m68k, linux-user: add setup_rt_frame riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 04/11] m68k, linux-user: enable sigaltstack() riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 05/11] linux-user: fix mq_* compilation problems riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 06/11] linux-user: fcntl fixes for LTP riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 07/11] linux-user: enable getdents for > 32-bit systems riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 08/11] linux-user: define a couple of syscalls for non-uid16 targets riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 09/11] linux-user: fadvise64 implementation riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 10/11] linux-user: zero fstat buffer to initialize nsec fields riku.voipio
2009-08-13 20:06 ` [Qemu-devel] [PATCH 11/11] linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets riku.voipio

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