From: riku.voipio@iki.fi
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>
Subject: [Qemu-devel] [PATCH 00/11] linux-user patches for HEAD
Date: Thu, 13 Aug 2009 23:06:13 +0300 [thread overview]
Message-ID: <cover.1250193231.git.riku.voipio@iki.fi> (raw)
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(-)
next reply other threads:[~2009-08-13 20:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-13 20:06 riku.voipio [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1250193231.git.riku.voipio@iki.fi \
--to=riku.voipio@iki.fi \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).