From: Laurent Vivier Date: Thu, 26 Jan 2017 08:04:49 +0000 (+0100) Subject: linux-user: define correct UTS machine name for hppa X-Git-Tag: v2.9.0-rc2~158^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3d96995decb33e49503e30899098e3d3289c9e0d;p=mirror_qemu.git 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 Message-Id: <20170126080449.28255-4-laurent@vivier.eu> Signed-off-by: Richard Henderson --- 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