All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>,
	Riku Voipio <riku.voipio@iki.fi>,
	Aleksandar Markovic <amarkovic@wavecomp.com>,
	Aurelien Jarno <aurelien@aurel32.net>,
	Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 0/9] Linux user for 5.0 patches
Date: Mon, 17 Feb 2020 10:30:22 +0100	[thread overview]
Message-ID: <20200217093031.678348-1-laurent@vivier.eu> (raw)

The following changes since commit 971b2a1e5b1a8cc8f597ac5d7016908f9fa880de:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf2' into staging (2020-02-14 18:37:11 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 0a80aa55f4485d102567e1db7ab0532ef96d1b96:

  linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count (2020-02-17 10:28:50 +0100)

----------------------------------------------------------------
Update syscall numbers to kernel 5.5 level

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

Aleksandar Markovic (9):
  linux-user: alpha: Update syscall numbers to kernel 5.5 level
  linux-user: arm: Update syscall numbers to kernel 5.5 level
  linux-user: m68k: Update syscall numbers to kernel 5.5 level
  linux-user: microblaze: Update syscall numbers to kernel 5.5 level
  linux-user: mips: Update syscall numbers to kernel 5.5 level
  linux-user: sh4: Update syscall numbers to kernel 5.5 level
  linux-user: x86_64: Update syscall numbers to kernel 5.5 level
  linux-user: xtensa: Update syscall numbers to kernel 5.5 level
  linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count

 linux-user/alpha/syscall_nr.h      | 35 +++++++++++++
 linux-user/arm/syscall_nr.h        | 44 ++++++++++++++++
 linux-user/m68k/syscall_nr.h       | 50 +++++++++++++++++-
 linux-user/microblaze/syscall_nr.h | 45 ++++++++++++++++
 linux-user/mips/cpu_loop.c         | 83 +++++++++++++++++++++++++++++-
 linux-user/mips/syscall_nr.h       | 45 ++++++++++++++++
 linux-user/mips64/syscall_nr.h     | 50 +++++++++++++++++-
 linux-user/sh4/syscall_nr.h        | 48 +++++++++++++++++
 linux-user/x86_64/syscall_nr.h     | 24 +++++++++
 linux-user/xtensa/syscall_nr.h     | 36 ++++++++++++-
 10 files changed, 454 insertions(+), 6 deletions(-)

-- 
2.24.1



             reply	other threads:[~2020-02-17  9:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-17  9:30 Laurent Vivier [this message]
2020-02-17  9:30 ` [PULL 1/9] linux-user: alpha: Update syscall numbers to kernel 5.5 level Laurent Vivier
2020-02-17  9:30 ` [PULL 2/9] linux-user: arm: " Laurent Vivier
2020-02-17  9:30 ` [PULL 3/9] linux-user: m68k: " Laurent Vivier
2020-02-17  9:30 ` [PULL 4/9] linux-user: microblaze: " Laurent Vivier
2020-02-17  9:30 ` [PULL 5/9] linux-user: mips: " Laurent Vivier
2020-02-17  9:30 ` [PULL 6/9] linux-user: sh4: " Laurent Vivier
2020-02-17  9:30 ` [PULL 7/9] linux-user: x86_64: " Laurent Vivier
2020-02-17  9:30 ` [PULL 8/9] linux-user: xtensa: " Laurent Vivier
2020-02-17  9:30 ` [PULL 9/9] linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count Laurent Vivier
2020-02-17 13:17 ` [PULL 0/9] Linux user for 5.0 patches Peter Maydell

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=20200217093031.678348-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=aleksandar.rikalo@rt-rk.com \
    --cc=amarkovic@wavecomp.com \
    --cc=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.