Re: [PATCH] linux-user: Add support for /proc/cpuinfo on hppa platform

2020-05-27 Thread Laurent Vivier
Le 24/04/2020 à 23:06, Helge Deller a écrit : > Provide an own /proc/cpuinfo file for the hppa (parisc) platform. > > Signed-off-by: Helge Deller > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index 05f03919ff..ebf0d38321 100644 > --- a/linux-user/syscall.c > +++ b/linux-user/sys

Re: [PATCH] linux-user: Add support for /proc/cpuinfo on hppa platform

2020-04-25 Thread Laurent Vivier
Le 24/04/2020 à 23:06, Helge Deller a écrit : > Provide an own /proc/cpuinfo file for the hppa (parisc) platform. > > Signed-off-by: Helge Deller > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index 05f03919ff..ebf0d38321 100644 > --- a/linux-user/syscall.c > +++ b/linux-user/sys

Re: [PATCH] linux-user: Add support for /proc/cpuinfo on hppa platform

2020-04-24 Thread Richard Henderson
On 4/24/20 2:06 PM, Helge Deller wrote: > Provide an own /proc/cpuinfo file for the hppa (parisc) platform. "our own" perhaps? > Signed-off-by: Helge Deller Reviewed-by: Richard Henderson r~

[PATCH] linux-user: Add support for /proc/cpuinfo on hppa platform

2020-04-24 Thread Helge Deller
Provide an own /proc/cpuinfo file for the hppa (parisc) platform. Signed-off-by: Helge Deller diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 05f03919ff..ebf0d38321 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -7438,6 +7435,18 @@ static int open_cpuinfo(void *cp