mbox series

[v3,0/2] semihosting/uaccess: Compile once

Message ID 20250526095213.14113-1-philmd@linaro.org
Headers show
Series semihosting/uaccess: Compile once | expand

Message

Philippe Mathieu-Daudé May 26, 2025, 9:52 a.m. UTC
Replace target_ulong -> vaddr/size_t to compile once.

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

Based-on: <20250521223414.248276-1-pierrick.bouvier@linaro.org>

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       |  5 +----
 3 files changed, 12 insertions(+), 15 deletions(-)

Comments

Philippe Mathieu-Daudé June 3, 2025, 11:17 a.m. UTC | #1
ping?

On 26/5/25 11:52, Philippe Mathieu-Daudé wrote:
> Replace target_ulong -> vaddr/size_t to compile once.
> 
> since v2:
> - fixed build error when TCG enabled (Pierrick)
> since v1:
> - fixed build error when TCG disabled (Pierrick)
> 
> Based-on: <20250521223414.248276-1-pierrick.bouvier@linaro.org>
> 
> 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       |  5 +----
>   3 files changed, 12 insertions(+), 15 deletions(-)
>
Alex Bennée June 6, 2025, 10 a.m. UTC | #2
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> ping?

Queued to semihosting/next, thanks.