qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/3] linux-user: some patches for hppa


From: Laurent Vivier
Subject: [Qemu-devel] [PATCH v3 0/3] linux-user: some patches for hppa
Date: Thu, 26 Jan 2017 09:04:46 +0100

This short series enables hppa in qemu-binfmt-conf.sh, and fixes
a bug in the netlink functions that has been found by Adrian Glaubitz
while he was testing a debian chroot with qemu-hppa. I think the problem
doesn't appear on other architectures I have tested as they should use
NR_socketcall syscall instead of NR_socket syscall.

v3:
    fix UNAME_MACHINE instead of cpu_to_uname_machine()

v2:
    added the hppa UTS machine name fix
    added R-b and T-b

Laurent Vivier (3):
  linux-user: add hppa magic numbers in qemu-binfmt-conf.sh
  linux-user: fix "apt-get update" on linux-user hppa
  linux-user: define correct UTS machine name for hppa

 linux-user/hppa/target_syscall.h | 2 +-
 linux-user/syscall.c             | 1 -
 scripts/qemu-binfmt-conf.sh      | 9 +++++++--
 3 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.9.3




reply via email to

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