qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] semihosting/uaccess: Compile once
@ 2025-05-09 11:07 Philippe Mathieu-Daudé
  2025-05-09 11:07 ` [PATCH v2 1/2] semihosting/uaccess: Remove uses of target_ulong type Philippe Mathieu-Daudé
  2025-05-09 11:07 ` [PATCH v2 2/2] semihosting/uaccess: Compile once Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-05-09 11:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Pierrick Bouvier, Philippe Mathieu-Daudé

Replace target_ulong -> vaddr/size_t to compile once.

since v1:
- fixed build error when TCG disabled (Pierrick)

Philippe Mathieu-Daudé (2):
  semihosting/uaccess: Remove uses of target_ulong type
  semihosting/uaccess: Compile once

 include/semihosting/uaccess.h | 12 ++++++------
 semihosting/uaccess.c         | 10 +++++-----
 semihosting/meson.build       |  4 +---
 3 files changed, 12 insertions(+), 14 deletions(-)

-- 
2.47.1



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

end of thread, other threads:[~2025-05-09 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 11:07 [PATCH v2 0/2] semihosting/uaccess: Compile once Philippe Mathieu-Daudé
2025-05-09 11:07 ` [PATCH v2 1/2] semihosting/uaccess: Remove uses of target_ulong type Philippe Mathieu-Daudé
2025-05-09 11:07 ` [PATCH v2 2/2] semihosting/uaccess: Compile once Philippe Mathieu-Daudé
2025-05-09 16:06   ` Pierrick Bouvier

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