mbox series

[0/5] linux-user: fix sparc32plus

Message ID 20180508194026.1281-1-laurent@vivier.eu
Headers show
Series linux-user: fix sparc32plus | expand

Message

Laurent Vivier May 8, 2018, 7:40 p.m. UTC
This series fixes several problems with sparc and
allows to debootstrap a chroot using qemu-sparc32plus and
debian sparc/wheezy.

For the moment, networking doesn't work.

Laurent Vivier (5):
  linux-user: define correct fcntl() values for sparc
  linux-user: fix flock/flock64 padding
  linux-user: update sparc/syscall_nr.h to linux header 4.16
  linux-user: fix convertion of flock/flock64 l_type field
  linux-user: add sparc/sparc64 specific errno

 linux-user/sparc/syscall_nr.h       |  32 +++++-
 linux-user/sparc/target_syscall.h   | 203 ++++++++++++++++++++++++++++++++++++
 linux-user/sparc64/syscall_nr.h     |  20 ++--
 linux-user/sparc64/target_syscall.h | 203 ++++++++++++++++++++++++++++++++++++
 linux-user/syscall.c                |  48 ++++++---
 linux-user/syscall_defs.h           |  25 ++++-
 6 files changed, 504 insertions(+), 27 deletions(-)