qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] linux-user: Use CPUArchState* instead of void* when possible


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/3] linux-user: Use CPUArchState* instead of void* when possible
Date: Mon, 7 Mar 2022 00:40:02 +0100

From: Philippe Mathieu-Daudé <f4bug@amsat.org>

Based-on: <20220306232750.41671-1-philippe.mathieu.daude@gmail.com>
"Abstract ArchCPU" pull request v2

Philippe Mathieu-Daudé (3):
  linux-user/elfload: Remove pointless CPUArchState cast
  linux-user: Have do_syscall() use CPUArchState* instead of void*
  linux-user: Remove pointless CPU{ARCH}State casts

 linux-user/elfload.c        |   2 +-
 linux-user/strace.c         | 202 ++++++++++++++++++------------------
 linux-user/strace.h         |   4 +-
 linux-user/syscall.c        |  81 +++++++--------
 linux-user/uname.c          |   4 +-
 linux-user/uname.h          |   2 +-
 linux-user/user-internals.h |  18 ++--
 7 files changed, 155 insertions(+), 158 deletions(-)

-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]