qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] linux-user: update headers to linux v5.13


From: Laurent Vivier
Subject: [PATCH 0/3] linux-user: update headers to linux v5.13
Date: Thu, 8 Jul 2021 23:57:53 +0200

All headers are updated using tools from scripts/

gensyscalls.sh, update-mips-syscall-args.sh, update-syscalltbl.sh

update-mips-syscall-args.sh has been updated to work with the
file directory changes of strace.

Laurent Vivier (3):
  linux-user: update syscall_nr.h to Linux v5.13
  linux-user,mips: update syscall-args-o32.c.inc to Linux v5.13
  linux-user: update syscall.tbl to Linux v5.13

 linux-user/aarch64/syscall_nr.h        |  8 +++++-
 linux-user/alpha/syscall.tbl           |  7 +++++
 linux-user/arm/syscall.tbl             |  7 +++++
 linux-user/hexagon/syscall_nr.h        | 12 +++++++-
 linux-user/hppa/syscall.tbl            | 31 ++++++++++++--------
 linux-user/i386/syscall_32.tbl         | 21 +++++++++-----
 linux-user/m68k/syscall.tbl            |  7 +++++
 linux-user/microblaze/syscall.tbl      |  7 +++++
 linux-user/mips/syscall-args-o32.c.inc |  5 +++-
 linux-user/mips/syscall_o32.tbl        | 19 +++++++++----
 linux-user/mips64/syscall_n32.tbl      | 19 +++++++++----
 linux-user/mips64/syscall_n64.tbl      |  7 +++++
 linux-user/nios2/syscall_nr.h          |  8 +++++-
 linux-user/openrisc/syscall_nr.h       |  8 +++++-
 linux-user/ppc/syscall.tbl             | 39 ++++++++++++--------------
 linux-user/riscv/syscall32_nr.h        |  8 +++++-
 linux-user/riscv/syscall64_nr.h        |  8 +++++-
 linux-user/s390x/syscall.tbl           | 19 +++++++++----
 linux-user/sh4/syscall.tbl             |  7 +++++
 linux-user/sparc/syscall.tbl           | 19 +++++++++----
 linux-user/x86_64/syscall_64.tbl       | 27 ++++++++++++------
 linux-user/xtensa/syscall.tbl          |  7 +++++
 scripts/update-mips-syscall-args.sh    | 13 +++++----
 23 files changed, 227 insertions(+), 86 deletions(-)

-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]