From: riku.voipio@linaro.org
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@linaro.org>
Subject: [Qemu-devel] [PULL] [PATCH 00/11] Linux-user updates
Date: Fri, 27 Sep 2013 15:09:55 +0300 [thread overview]
Message-ID: <cover.1380283597.git.riku.voipio@linaro.org> (raw)
From: Riku Voipio <riku.voipio@linaro.org>
The following changes since commit f828a4c8faa118e0ebab3e353ac6840f3b2a0318:
Merge remote-tracking branch 'stefanha/tracing' into staging (2013-09-23 11:53:22 -0500)
are available in the git repository at:
git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream
for you to fetch changes up to 53d09b761f032f50c4424e8649396a9041070bae:
linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on host (2013-09-24 10:47:07 +0300)
----------------------------------------------------------------
Edgar E. Iglesias (1):
linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on host
Kwok Cheung Yeung (1):
linux-user: Check type of microMIPS break instruction
Laurent Vivier (5):
linux-user: convert /proc/net/route when endianess differs
linux-user: Add setsockopt(SO_ATTACH_FILTER)
linux-user: allow use of TIOCGSID
linux-user: add some IPV6 commands in setsockop()
linux-user: add support of binfmt_misc 'O' flag
Petar Jovanovic (1):
linux-user: correct how SOL_SOCKET is converted from target to host
and back
Richard Henderson (2):
alpha-linux-user: Fix umount syscall numbers
mips-linux-user: Adjust names in mips_syscall_args
Riku Voipio (1):
[v2] linux-user: implement m68k atomic syscalls
linux-user/alpha/syscall_nr.h | 4 +-
linux-user/ioctls.h | 1 +
linux-user/linuxload.c | 8 +-
linux-user/main.c | 92 +++++++++++++-----
linux-user/qemu.h | 2 +-
linux-user/strace.list | 9 +-
linux-user/syscall.c | 210 +++++++++++++++++++++++++++++++++++++++---
linux-user/syscall_defs.h | 12 +++
8 files changed, 288 insertions(+), 50 deletions(-)
--
1.8.1.2
next reply other threads:[~2013-09-27 12:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-27 12:09 riku.voipio [this message]
2013-09-27 12:09 ` [Qemu-devel] [PATCH 01/11] alpha-linux-user: Fix umount syscall numbers riku.voipio
2013-09-27 12:09 ` [Qemu-devel] [PATCH 02/11] mips-linux-user: Adjust names in mips_syscall_args riku.voipio
2013-09-27 12:09 ` [Qemu-devel] [PATCH 03/11] linux-user: convert /proc/net/route when endianess differs riku.voipio
2013-09-27 12:09 ` [Qemu-devel] [PATCH 04/11] linux-user: Add setsockopt(SO_ATTACH_FILTER) riku.voipio
2013-09-27 12:10 ` [Qemu-devel] [PATCH 05/11] linux-user: allow use of TIOCGSID riku.voipio
2013-09-27 12:10 ` [Qemu-devel] [PATCH 06/11] linux-user: add some IPV6 commands in setsockop() riku.voipio
2013-09-27 12:10 ` [Qemu-devel] [PATCH 07/11] linux-user: add support of binfmt_misc 'O' flag riku.voipio
2013-09-27 12:10 ` [Qemu-devel] [PATCH 08/11] linux-user: correct how SOL_SOCKET is converted from target to host and back riku.voipio
2013-09-27 12:10 ` [Qemu-devel] [PATCH 09/11] linux-user: Check type of microMIPS break instruction riku.voipio
2013-09-27 12:10 ` [Qemu-devel] [PATCH 10/11] [v2] linux-user: implement m68k atomic syscalls riku.voipio
2013-09-27 12:10 ` [Qemu-devel] [PATCH 11/11] linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on host riku.voipio
2013-09-27 15:20 ` [Qemu-devel] [PULL] [PATCH 00/11] Linux-user updates Edgar E. Iglesias
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.1380283597.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).