From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhzxb-0005Bg-D2 for qemu-devel@nongnu.org; Fri, 02 Oct 2015 09:01:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhzxV-0000Ya-Kk for qemu-devel@nongnu.org; Fri, 02 Oct 2015 09:01:15 -0400 Received: from mail-la0-f48.google.com ([209.85.215.48]:33586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhzxV-0000Y7-Dl for qemu-devel@nongnu.org; Fri, 02 Oct 2015 09:01:09 -0400 Received: by lafb9 with SMTP id b9so3891869laf.0 for ; Fri, 02 Oct 2015 06:01:08 -0700 (PDT) From: riku.voipio@linaro.org Date: Fri, 2 Oct 2015 16:00:52 +0300 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/13] linux-user queque List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio 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