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] [PULL 00/13] linux-user queque
Date: Fri,  2 Oct 2015 16:00:52 +0300	[thread overview]
Message-ID: <cover.1443790691.git.riku.voipio@linaro.org> (raw)

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

The following changes since commit 9e071429e649346c14b2dc76902f84f8352d2333:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-09-25 21:52:30 +0100)

are available in the git repository at:

  git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20151002

for you to fetch changes up to 86abac06c142d20772b3f2e04c9bf02b7936a0b3:

  linux-user: assert that target_mprotect cannot fail (2015-10-01 11:43:42 +0300)

----------------------------------------------------------------
First set of Linux-user que patches for 2.5

----------------------------------------------------------------
Chen Gang (2):
      linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for
      linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc

Jonathan Neuschäfer (1):
      linux-user: fix cmsg conversion in case of multiple headers

Laurent Vivier (1):
      linux-user: add name_to_handle_at/open_by_handle_at

Meador Inge (4):
      linux-user: Exit 0 when -h is used
      linux-user: Add -help
      linux-user: Add proper error messages for bad options
      linux-user: Treat --foo options the same as -foo

Paolo Bonzini (1):
      linux-user: assert that target_mprotect cannot fail

Riku Voipio (1):
      linux-user: use EXIT_SUCCESS and EXIT_FAILURE

Stefan Brüns (2):
      linux-user: remove unused image_info members
      linux-user: remove MAX_ARG_PAGES limit

Timothy E Baldwin (1):
      linux-user: Return target error number in do_fork()

 linux-user/elfload.c      | 113 ++++++++++++++++++++++++++++++++++++--------------------------------------
 linux-user/flatload.c     |   2 +-
 linux-user/linuxload.c    |   7 -----
 linux-user/main.c         |  88 ++++++++++++++++++++++++++++++++--------------------------
 linux-user/mmap.c         |   5 +---
 linux-user/qemu.h         |   9 ------
 linux-user/signal.c       |   9 ++----
 linux-user/syscall.c      | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
 linux-user/syscall_defs.h |  14 ++++++----
 9 files changed, 228 insertions(+), 143 deletions(-)

-- 
2.5.3

             reply	other threads:[~2015-10-02 13:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02 13:00 riku.voipio [this message]
2015-10-02 13:00 ` [Qemu-devel] [PULL 01/13] linux-user: Exit 0 when -h is used riku.voipio
2015-10-02 13:00 ` [Qemu-devel] [PULL 02/13] linux-user: Add -help riku.voipio
2015-10-02 13:00 ` [Qemu-devel] [PULL 03/13] linux-user: Add proper error messages for bad options riku.voipio
2015-10-02 13:00 ` [Qemu-devel] [PULL 04/13] linux-user: use EXIT_SUCCESS and EXIT_FAILURE riku.voipio
2015-10-02 13:00 ` [Qemu-devel] [PULL 05/13] linux-user: Treat --foo options the same as -foo riku.voipio
2015-10-02 13:00 ` [Qemu-devel] [PULL 06/13] linux-user: remove unused image_info members riku.voipio
2015-10-02 13:00 ` [Qemu-devel] [PULL 07/13] linux-user: remove MAX_ARG_PAGES limit riku.voipio
2015-10-02 13:01 ` [Qemu-devel] [PULL 08/13] linux-user: fix cmsg conversion in case of multiple headers riku.voipio
2015-10-02 13:01 ` [Qemu-devel] [PULL 09/13] linux-user: Return target error number in do_fork() riku.voipio
2015-10-02 13:01 ` [Qemu-devel] [PULL 10/13] linux-user: add name_to_handle_at/open_by_handle_at riku.voipio
2015-10-02 13:01 ` [Qemu-devel] [PULL 11/13] linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for riku.voipio
2015-10-02 13:01 ` [Qemu-devel] [PULL 12/13] linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc riku.voipio
2015-10-02 13:01 ` [Qemu-devel] [PULL 13/13] linux-user: assert that target_mprotect cannot fail riku.voipio
2015-10-02 15:51 ` [Qemu-devel] [PULL 00/13] linux-user queque Peter Maydell

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.1443790691.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).