mbox series

[v2,0/2] Add pseudo /proc/hardware and/proc/cpuinfo

Message ID 20190517133149.19593-1-laurent@vivier.eu
Headers show
Series Add pseudo /proc/hardware and/proc/cpuinfo | expand

Message

Laurent Vivier May 17, 2019, 1:31 p.m. UTC
They are used by some package setup scripts to set the default configuration.

v2: rebase

Laurent Vivier (2):
  linux-user: add pseudo /proc/cpuinfo for sparc
  linux-user: add pseudo /proc/hardware for m68k

 linux-user/syscall.c | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé May 20, 2019, 10:57 a.m. UTC | #1
On 5/17/19 3:31 PM, Laurent Vivier wrote:
> They are used by some package setup scripts to set the default configuration.
> 
> v2: rebase
> 
> Laurent Vivier (2):
>   linux-user: add pseudo /proc/cpuinfo for sparc
>   linux-user: add pseudo /proc/hardware for m68k
> 
>  linux-user/syscall.c | 27 ++++++++++++++++++++++++++-
>  1 file changed, 26 insertions(+), 1 deletion(-)
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>