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 0/7] pending linux-user patches
Date: Fri,  9 Sep 2011 12:32:24 +0300	[thread overview]
Message-ID: <cover.1315560307.git.riku.voipio@linaro.org> (raw)

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

The following patches have sent to the list last month and look
ok. If everyone is Ok with these patches, I will send these as 
pull request next week.

Patches are also available at the git repository at:
  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

An-Cheng Huang (3):
  linux-user: Fix MIPS indirect syscall handling
  linux-user: Verify MIPS syscall arguments
  linux-user: Implement setxattr/getxattr/removexattr syscalls

Cédric VINCENT (1):
  linux-user: Fix initialization of the heap contents when allocating
    new pages

Dr. David Alan Gilbert (1):
  linux-user: Implement new ARM 64 bit cmpxchg kernel helper

Johannes Schauer (1):
  introduce environment variables for all qemu-user options

Peter Maydell (1):
  linux-user: Exit with an error if we couldn't set up gdbserver

 linux-user/elfload.c |   56 ++++-
 linux-user/main.c    |  674 ++++++++++++++++++++++++++++++++++----------------
 linux-user/qemu.h    |    6 +
 linux-user/syscall.c |   63 +++++-
 4 files changed, 579 insertions(+), 220 deletions(-)

-- 
1.7.4.1

             reply	other threads:[~2011-09-09  9:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09  9:32 riku.voipio [this message]
2011-09-09  9:32 ` [Qemu-devel] [PATCH 1/7] linux-user: Fix initialization of the heap contents when allocating new pages riku.voipio
2011-09-09  9:32 ` [Qemu-devel] [PATCH 2/7] linux-user: Implement new ARM 64 bit cmpxchg kernel helper riku.voipio
2011-09-09  9:32 ` [Qemu-devel] [PATCH 3/7] linux-user: Exit with an error if we couldn't set up gdbserver riku.voipio
2011-09-09  9:32 ` [Qemu-devel] [PATCH 4/7] linux-user: Fix MIPS indirect syscall handling riku.voipio
2011-09-09  9:32 ` [Qemu-devel] [PATCH 5/7] linux-user: Verify MIPS syscall arguments riku.voipio
2011-09-09  9:32 ` [Qemu-devel] [PATCH 6/7] linux-user: Implement setxattr/getxattr/removexattr syscalls riku.voipio
2011-09-09  9:32 ` [Qemu-devel] [PATCH 7/7] introduce environment variables for all qemu-user options riku.voipio
  -- strict thread matches above, loose matches on Subject: below --
2011-07-11 14:10 [Qemu-devel] [PATCH 0/7] pending linux-user patches 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.1315560307.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).