mbox

[PULL,0/9] Linux user for 5.0 patches

Message ID 20200217093031.678348-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Feb. 17, 2020, 9:30 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 17, 2020, 1:17 p.m. UTC | #1
On Mon, 17 Feb 2020 at 09:32, Laurent Vivier <laurent@vivier.eu> wrote:
>
> 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
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM