Re: [Qemu-devel] [PATCH v2 3/3] linux-user: define correct UTS machine name for hppa

2017-01-25 Thread Peter Maydell
On 25 January 2017 at 21:56, Laurent Vivier wrote: > the correct UTS machine name (as expected by systemd) is "parisc", > not "hppa". > > Signed-off-by: Laurent Vivier > --- > linux-user/uname.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/linux-user/uname.c b/linux-user/uname.c >

[Qemu-devel] [PATCH v2 3/3] linux-user: define correct UTS machine name for hppa

2017-01-25 Thread Laurent Vivier
the correct UTS machine name (as expected by systemd) is "parisc", not "hppa". Signed-off-by: Laurent Vivier --- linux-user/uname.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/uname.c b/linux-user/uname.c index 313b79d..daad002 100644 --- a/linux-user/uname.c +++ b/linux-use