qemu-devel
[Top][All Lists]
Advanced

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

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


From: Laurent Vivier
Subject: [Qemu-devel] [PATCH 0/5] linux-user: fix sparc32plus
Date: Tue, 8 May 2018 21:40:21 +0200

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




reply via email to

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