qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] linux-user: some patches for hppa
@ 2017-01-26  8:04 Laurent Vivier
  2017-01-26  8:04 ` [Qemu-devel] [PATCH v3 1/3] linux-user: add hppa magic numbers in qemu-binfmt-conf.sh Laurent Vivier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Laurent Vivier @ 2017-01-26  8:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Riku Voipio, John Paul Adrian Glaubitz,
	Richard Henderson, Laurent Vivier

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-26  8:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26  8:04 [Qemu-devel] [PATCH v3 0/3] linux-user: some patches for hppa Laurent Vivier
2017-01-26  8:04 ` [Qemu-devel] [PATCH v3 1/3] linux-user: add hppa magic numbers in qemu-binfmt-conf.sh Laurent Vivier
2017-01-26  8:04 ` [Qemu-devel] [PATCH v3 2/3] linux-user: fix "apt-get update" on linux-user hppa Laurent Vivier
2017-01-26  8:04 ` [Qemu-devel] [PATCH v3 3/3] linux-user: define correct UTS machine name for hppa Laurent Vivier
2017-01-26  8:14 ` [Qemu-devel] [PATCH v3 0/3] linux-user: some patches " no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).