From: riku.voipio@iki.fi
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@linaro.org>
Subject: [Qemu-devel] [PATCH 00/15] v2: pending linux-user patches
Date: Wed, 13 Jul 2011 17:48:39 +0300 [thread overview]
Message-ID: <cover.1310568213.git.riku.voipio@linaro.org> (raw)
From: Riku Voipio <riku.voipio@linaro.org>
This time including Wesleys patches I missed last time, replacing his
"mips: eabi syscall support for 64-bit args" patch with a my version,
and fixing cacheflush syscall as requested bt Cédric.
Patches also available in the git repository at:
git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream
Cédric VINCENT (4):
arm-semi: Provide access to CLI arguments passed through the
"-append" option
linux-user: Add support for KD...LED ioctls
linux-user: Add support for more VT ioctls
linux-user: Add support for even more FB ioctls
Peter Maydell (4):
linux-user: Add syscall numbers from kernel 2.6.39.2
linux-user: Implement prlimit64 syscall
linux-user/syscall.c: Enforce pselect6 sigset size restrictions
linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64
Riku Voipio (2):
linux-user: correct syscall 123 on sh4
linux-user: make MIPS and ARM eabi use same argument reordering
Wesley W. Terpstra (5):
mips: sigaltstack args
mips: missing syscall returns wrong errno
mips: null pointer deref should segfault
mips: rlimit incorrectly converts values
mips: rlimit codes are not the same
arm-semi.c | 113 ++++++++++++++++-----------
linux-user/alpha/syscall_nr.h | 23 +++++-
linux-user/arm/syscall_nr.h | 13 +++
linux-user/cris/syscall_nr.h | 2 +
linux-user/i386/syscall_nr.h | 12 +++
linux-user/ioctls.h | 13 +++
linux-user/m68k/syscall_nr.h | 16 ++++
linux-user/main.c | 33 +++++++-
linux-user/microblaze/syscall_nr.h | 14 +++-
linux-user/mips/syscall_nr.h | 13 +++
linux-user/mips64/syscall_nr.h | 13 +++
linux-user/mipsn32/syscall_nr.h | 14 +++
linux-user/ppc/syscall_nr.h | 30 +++++++
linux-user/s390x/syscall_nr.h | 13 +++-
linux-user/sh4/syscall_nr.h | 34 ++++++++-
linux-user/signal.c | 30 ++++----
linux-user/sparc/syscall_nr.h | 12 +++
linux-user/sparc64/syscall_nr.h | 12 +++
linux-user/syscall.c | 153 +++++++++++++++++++++++++++++-------
linux-user/syscall_defs.h | 51 ++++++++++++
linux-user/syscall_types.h | 20 +++++
linux-user/x86_64/syscall_nr.h | 12 +++
22 files changed, 549 insertions(+), 97 deletions(-)
--
1.7.4.1
next reply other threads:[~2011-07-13 14:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-13 14:48 riku.voipio [this message]
2011-07-13 14:48 ` [Qemu-devel] [PATCH 01/15] arm-semi: Provide access to CLI arguments passed through the "-append" option riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 02/15] linux-user: Add support for KD...LED ioctls riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 03/15] linux-user: Add support for more VT ioctls riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 04/15] linux-user: Add support for even more FB ioctls riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 05/15] linux-user: Add syscall numbers from kernel 2.6.39.2 riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 06/15] linux-user: Implement prlimit64 syscall riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 07/15] linux-user/syscall.c: Enforce pselect6 sigset size restrictions riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 08/15] mips: sigaltstack args riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 09/15] mips: missing syscall returns wrong errno riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 10/15] mips: null pointer deref should segfault riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 11/15] mips: rlimit incorrectly converts values riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 12/15] mips: rlimit codes are not the same riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 13/15] linux-user: correct syscall 123 on sh4 riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 14/15] linux-user: make MIPS and ARM eabi use same argument reordering riku.voipio
2011-07-13 14:48 ` [Qemu-devel] [PATCH 15/15] linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64 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.1310568213.git.riku.voipio@linaro.org \
--to=riku.voipio@iki.fi \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@linaro.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).