[Qemu-devel] [PATCH 0/5] linux-user: fix sparc32plus

Laurent Vivier posted 5 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180508194026.1281-1-laurent@vivier.eu
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
There is a newer version of this series
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(-)
[Qemu-devel] [PATCH 0/5] linux-user: fix sparc32plus
Posted by Laurent Vivier 7 years, 5 months ago
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