summaryrefslogtreecommitdiffstats
path: root/linux-user
diff options
context:
space:
mode:
authorLaurent Vivier2017-01-26 09:04:49 +0100
committerRichard Henderson2017-02-07 03:24:40 +0100
commit3d96995decb33e49503e30899098e3d3289c9e0d (patch)
treecb5e23aadc6455d3f46129b88ba1b7e2539ad44e /linux-user
parentlinux-user: fix "apt-get update" on linux-user hppa (diff)
downloadqemu-3d96995decb33e49503e30899098e3d3289c9e0d.tar.gz
qemu-3d96995decb33e49503e30899098e3d3289c9e0d.tar.xz
qemu-3d96995decb33e49503e30899098e3d3289c9e0d.zip
linux-user: define correct UTS machine name for hppa
the correct UTS machine name (as expected by systemd) is "parisc", not "hppa". Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20170126080449.28255-4-laurent@vivier.eu> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/hppa/target_syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/hppa/target_syscall.h b/linux-user/hppa/target_syscall.h
index ac18a9c575..e2f366839d 100644
--- a/linux-user/hppa/target_syscall.h
+++ b/linux-user/hppa/target_syscall.h
@@ -19,7 +19,7 @@ struct target_pt_regs {
target_ulong ipsw;
};
-#define UNAME_MACHINE "hppa"
+#define UNAME_MACHINE "parisc"
#define UNAME_MINIMUM_RELEASE "2.6.32"
#define TARGET_CLONE_BACKWARDS
#define TARGET_MINSIGSTKSZ 2048