[Qemu-devel] [PATCH v2 0/2] Add pseudo /proc/hardware and /proc/cpuinfo

Laurent Vivier posted 2 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190517133149.19593-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>, Riku Voipio <riku.voipio@iki.fi>
linux-user/syscall.c | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH v2 0/2] Add pseudo /proc/hardware and /proc/cpuinfo
Posted by Laurent Vivier 6 years, 8 months ago
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(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH v2 0/2] Add pseudo /proc/hardware and /proc/cpuinfo
Posted by Philippe Mathieu-Daudé 6 years, 8 months ago
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>