qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] Linux user for 3.0 patches
@ 2018-06-12 10:58 Laurent Vivier
  2018-06-12 10:58 ` [Qemu-devel] [PULL 1/8] linux-user: Export use is_error(), use it to avoid warnings Laurent Vivier
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Laurent Vivier @ 2018-06-12 10:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier, Riku Voipio

The following changes since commit 9f55925b8f50a962d1d08d815044db7767ae3838:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' into staging (2018-06-11 12:46:16 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-3.0-pull-request

for you to fetch changes up to dec1c928494f76ddd1484a7a4584ec18b1900a7a:

  linux-user/sparc64: Add inotify_rm_watch and tee syscalls (2018-06-11 14:47:45 +0200)

----------------------------------------------------------------
Fixes in syscall numbers,
disable the build of binaries not needed for linux-user,
update of qemu-binfmt-conf.sh and cleanup around is_error()

----------------------------------------------------------------

Laurent Vivier (2):
  linux-user: disable qemu-bridge-helper and socket_scm_helper build
  qemu-binfmt-conf.sh: ignore the OS/ABI field

Philippe Mathieu-Daudé (2):
  linux-user: Export use is_error(), use it to avoid warnings
  linux-user: Use is_error() to avoid warnings and make the code clearer

Richard Henderson (4):
  linux-user/alpha: Fix epoll syscalls
  linux-user/hppa: Fix typo in mknodat syscall
  linux-user/microblaze: Fix typo in accept4 syscall
  linux-user/sparc64: Add inotify_rm_watch and tee syscalls

 Makefile                           |  2 +-
 linux-user/alpha/syscall_nr.h      |  6 +++---
 linux-user/flatload.c              | 15 +++++++++------
 linux-user/hppa/syscall_nr.h       |  2 +-
 linux-user/microblaze/syscall_nr.h |  2 +-
 linux-user/qemu.h                  |  5 +++++
 linux-user/sparc64/syscall_nr.h    |  4 ++--
 linux-user/strace.list             |  9 ---------
 linux-user/syscall.c               |  5 -----
 scripts/qemu-binfmt-conf.sh        | 18 +++++++++---------
 tests/Makefile.include             |  2 +-
 11 files changed, 32 insertions(+), 38 deletions(-)

-- 
2.14.4

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

end of thread, other threads:[~2018-06-14 10:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-12 10:58 [Qemu-devel] [PULL 0/8] Linux user for 3.0 patches Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 1/8] linux-user: Export use is_error(), use it to avoid warnings Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 2/8] linux-user: Use is_error() to avoid warnings and make the code clearer Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 3/8] linux-user: disable qemu-bridge-helper and socket_scm_helper build Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 4/8] qemu-binfmt-conf.sh: ignore the OS/ABI field Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 5/8] linux-user/alpha: Fix epoll syscalls Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 6/8] linux-user/hppa: Fix typo in mknodat syscall Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 7/8] linux-user/microblaze: Fix typo in accept4 syscall Laurent Vivier
2018-06-12 10:58 ` [Qemu-devel] [PULL 8/8] linux-user/sparc64: Add inotify_rm_watch and tee syscalls Laurent Vivier
2018-06-12 11:21 ` [Qemu-devel] [PULL 0/8] Linux user for 3.0 patches no-reply
2018-06-14 10:35 ` 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).