qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/11] linux-user patches for HEAD


From: riku . voipio
Subject: [Qemu-devel] [PATCH 00/11] linux-user patches for HEAD
Date: Thu, 13 Aug 2009 23:06:13 +0300

From: Riku Voipio <address@hidden>

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





reply via email to

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