qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] linux-user: Use CPUArchState* instead of void* when possible
@ 2022-05-09 20:57 Philippe Mathieu-Daudé
  2022-05-09 20:57 ` [PATCH v2 1/3] linux-user/elfload: Remove pointless non-const CPUArchState cast Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-05-09 20:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Laurent Vivier, Philippe Mathieu-Daudé

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

Since v1:
- Rebased

v1: https://lore.kernel.org/qemu-devel/20220306234005.52511-1-philippe.mathieu.daude@gmail.com/

Philippe Mathieu-Daudé (3):
  linux-user/elfload: Remove pointless non-const 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.35.1



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

end of thread, other threads:[~2022-05-23 21:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09 20:57 [PATCH v2 0/3] linux-user: Use CPUArchState* instead of void* when possible Philippe Mathieu-Daudé
2022-05-09 20:57 ` [PATCH v2 1/3] linux-user/elfload: Remove pointless non-const CPUArchState cast Philippe Mathieu-Daudé
2022-05-09 23:04   ` Richard Henderson
2022-05-09 20:57 ` [PATCH v2 2/3] linux-user: Have do_syscall() use CPUArchState* instead of void* Philippe Mathieu-Daudé
2022-05-09 23:06   ` Richard Henderson
2022-05-09 20:57 ` [PATCH v2 3/3] linux-user: Remove pointless CPU{ARCH}State casts Philippe Mathieu-Daudé
2022-05-09 23:08   ` Richard Henderson
2022-05-23 20:47 ` [PATCH v2 0/3] linux-user: Use CPUArchState* instead of void* when possible Laurent Vivier

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).