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(-)
--
2.14.3