[PATCH v4 0/3] linux-user: /proc/cpuinfo fix and content emulation for arm

Helge Deller posted 3 patches 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230803214450.647040-1-deller@gmx.de
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c | 130 +++++++++++++++++++++++++++++++++++++--
linux-user/loader.h  |   6 +-
linux-user/syscall.c | 141 ++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 269 insertions(+), 8 deletions(-)
[PATCH v4 0/3] linux-user: /proc/cpuinfo fix and content emulation for arm
Posted by Helge Deller 9 months ago
- One fix for correctly detecting /proc/cpuinfo access
- A new /proc/cpuinfo output for arm/arm64.
- A new /proc/cpuinfo output for Alpha

Helge Deller (3):
  linux-user: Fix openat() emulation to correctly detect accesses to
    /proc
  linux-user: Emulate /proc/cpuinfo on aarch64 and arm
  linux-user: Emulate /proc/cpuinfo for Alpha

 linux-user/elfload.c | 130 +++++++++++++++++++++++++++++++++++++--
 linux-user/loader.h  |   6 +-
 linux-user/syscall.c | 141 ++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 269 insertions(+), 8 deletions(-)

--
2.41.0