]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user: define correct UTS machine name for hppa
authorLaurent Vivier <laurent@vivier.eu>
Thu, 26 Jan 2017 08:04:49 +0000 (09:04 +0100)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Feb 2017 02:24:40 +0000 (18:24 -0800)
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>
linux-user/hppa/target_syscall.h

index ac18a9c575f6ecc026b8eb1e5dd874f8f947e0a7..e2f366839d809789cb2a3a95fb67306b3f8eca45 100644 (file)
@@ -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