qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: riku.voipio@linaro.org
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@linaro.org>
Subject: [Qemu-devel] [PATCH 00/10] Linux-user patches for 1.0
Date: Thu, 27 Oct 2011 15:02:46 +0300	[thread overview]
Message-ID: <cover.1319716562.git.riku.voipio@linaro.org> (raw)

From: Riku Voipio <riku.voipio@linaro.org>

Fixes related linux-user qemu targetting 1.0. please ping
If I have missed any.

Patches are also available in the git repository at:

  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Alexander Graf (2):
  linux-user: fix openat
  linux-user: implement reboot syscall

Matthias Braun (3):
  linux-user: fix TARGET_RLIM_INFINITY declaration
  linux-user: fix rlimit syscalls on sparc(64)
  linux-user: fix abi_(u)long, target_ulong mismatch

Richard Henderson (5):
  sparc-linux-user: Handle SIGILL.
  sparc-linux-user: Fixup sending SIGSEGV
  sparc-linux-user: Add some missing syscall numbers
  ppc64-linux-user: Properly interpret the entry function descriptor.
  ppc64-linux-user: Fix syscall return type.

 linux-user/elfload.c          |    8 +-
 linux-user/main.c             |   26 ++--
 linux-user/qemu-types.h       |   12 ++
 linux-user/signal.c           |   22 ++--
 linux-user/sparc/syscall_nr.h |    3 +
 linux-user/strace.c           |    4 +-
 linux-user/syscall.c          |  272 ++++++++++++++++++++---------------------
 linux-user/syscall_defs.h     |   17 ++-
 linux-user/vm86.c             |    4 +-
 9 files changed, 193 insertions(+), 175 deletions(-)

-- 
1.7.5.4

             reply	other threads:[~2011-10-27 12:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-27 12:02 riku.voipio [this message]
2011-10-27 12:02 ` [Qemu-devel] [PATCH 01/10] linux-user: fix TARGET_RLIM_INFINITY declaration riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 02/10] linux-user: fix rlimit syscalls on sparc(64) riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 03/10] linux-user: fix abi_(u)long, target_ulong mismatch riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 04/10] linux-user: fix openat riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 05/10] linux-user: implement reboot syscall riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 06/10] sparc-linux-user: Handle SIGILL riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 07/10] sparc-linux-user: Fixup sending SIGSEGV riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 08/10] sparc-linux-user: Add some missing syscall numbers riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 09/10] ppc64-linux-user: Properly interpret the entry function descriptor riku.voipio
2011-10-27 12:02 ` [Qemu-devel] [PATCH 10/10] ppc64-linux-user: Fix syscall return type 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.1319716562.git.riku.voipio@linaro.org \
    --to=riku.voipio@linaro.org \
    --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).