qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/13] linux-user queque
@ 2015-10-02 13:00 riku.voipio
  2015-10-02 13:00 ` [Qemu-devel] [PULL 01/13] linux-user: Exit 0 when -h is used riku.voipio
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: riku.voipio @ 2015-10-02 13:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-10-02 15:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 13:00 [Qemu-devel] [PULL 00/13] linux-user queque riku.voipio
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

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