qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-user: /proc/cpuinfo fix and content emulation for arm
@ 2023-08-01 19:10 Helge Deller
  2023-08-01 19:10 ` [PATCH 1/2] linux-user: Fix openat() emulation to correctly detect accesses to /proc Helge Deller
  2023-08-01 19:10 ` [PATCH 2/2] linux-user: Emulate /proc/cpuinfo on aarch64 and arm Helge Deller
  0 siblings, 2 replies; 5+ messages in thread
From: Helge Deller @ 2023-08-01 19:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Richard Henderson, Laurent Vivier,
	Daniel P . Berrangé, qemu-arm, Helge Deller

One fix for correctly detecting /proc/cpuinfo access
and new /proc/cpuinfo output for arm/arm64

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

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

--
2.41.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-01 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01 19:10 [PATCH 0/2] linux-user: /proc/cpuinfo fix and content emulation for arm Helge Deller
2023-08-01 19:10 ` [PATCH 1/2] linux-user: Fix openat() emulation to correctly detect accesses to /proc Helge Deller
2023-08-01 21:27   ` Daniel P. Berrangé
2023-08-01 19:10 ` [PATCH 2/2] linux-user: Emulate /proc/cpuinfo on aarch64 and arm Helge Deller
2023-08-01 19:22   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).