From: riku.voipio@linaro.org
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@linaro.org>
Subject: [Qemu-devel] [PULL 00/16] linux-user before 2.7 hardfreeze
Date: Tue, 19 Jul 2016 15:53:58 +0300 [thread overview]
Message-ID: <cover.1468932683.git.riku.voipio@linaro.org> (raw)
From: Riku Voipio <riku.voipio@linaro.org>
he following changes since commit ad31cd4c6945d7e0f0546d92d29dcd12325b4e4a:
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2016-07-19 11:47:07 +0100)
are available in the git repository at:
git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20160719
for you to fetch changes up to 29b9f30b1e3a158e0127c45ade959b7d943cf8f8:
linux-user: AArch64 has sync_file_range, not sync_file_range2 (2016-07-19 15:26:37 +0300)
----------------------------------------------------------------
linux-user fixes before 2.7 freeze
----------------------------------------------------------------
Laurent Vivier (6):
linux-user: fd_trans_*_data() returns the length
linux-user: fix netlink memory corruption
linux-user: add fd_trans helper in do_recvfrom()
linux-user: convert sockaddr_ll from host to target
linux-user: add nested netlink types
linux-user: define missing sparc syscalls
Peter Maydell (9):
linux-user: Check sigsetsize argument to syscalls
linux-user: Add loop control ioctls
linux-user: Correct type for BLKSSZGET
linux-user: Correct type for LOOP_GET_STATUS{,64} ioctls
linux-user: Forget about synchronous signal once it is delivered
linux-user: Handle short lengths in host_to_target_sockaddr()
linux-user: Add some new blk ioctls
linux-user: Fix type for SIOCATMARK ioctl
linux-user: AArch64 has sync_file_range, not sync_file_range2
Timothy Pearson (1):
TIOCGPTN and related terminal control ioctls were not converted to the
guest ioctl format on x86_64 targets. Convert these ioctls to enable
terminal functionality on x86_64 guests.
linux-user/aarch64/syscall_nr.h | 3 +-
linux-user/ioctls.h | 41 +++-
linux-user/linux_loop.h | 11 +-
linux-user/signal.c | 8 +-
linux-user/sparc/syscall_nr.h | 3 +
linux-user/syscall.c | 454 ++++++++++++++++++++++++++++++++++++++--
linux-user/syscall_defs.h | 15 ++
linux-user/syscall_types.h | 9 +-
linux-user/x86_64/termbits.h | 12 +-
9 files changed, 516 insertions(+), 40 deletions(-)
--
2.1.4
next reply other threads:[~2016-07-19 12:54 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-19 12:53 riku.voipio [this message]
2016-07-19 12:53 ` [Qemu-devel] [PULL 01/16] linux-user: fd_trans_*_data() returns the length riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 02/16] linux-user: fix netlink memory corruption riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 03/16] linux-user: add fd_trans helper in do_recvfrom() riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 04/16] linux-user: convert sockaddr_ll from host to target riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 05/16] linux-user: add nested netlink types riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 06/16] linux-user: Check sigsetsize argument to syscalls riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 07/16] linux-user: Add loop control ioctls riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 08/16] linux-user: Correct type for BLKSSZGET riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 09/16] linux-user: Correct type for LOOP_GET_STATUS{, 64} ioctls riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 10/16] linux-user: Forget about synchronous signal once it is delivered riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 11/16] linux-user: Handle short lengths in host_to_target_sockaddr() riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 12/16] linux-user: Add some new blk ioctls riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 13/16] TIOCGPTN and related terminal control ioctls were not converted to the guest ioctl format on x86_64 targets. Convert these ioctls to enable terminal functionality on x86_64 guests riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 14/16] linux-user: define missing sparc syscalls riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 15/16] linux-user: Fix type for SIOCATMARK ioctl riku.voipio
2016-07-19 12:54 ` [Qemu-devel] [PULL 16/16] linux-user: AArch64 has sync_file_range, not sync_file_range2 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.1468932683.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).