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

Philippe Mathieu-Daudé posted 2 patches 5 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250526095213.14113-1-philmd@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>
include/semihosting/uaccess.h | 12 ++++++------
semihosting/uaccess.c         | 10 +++++-----
semihosting/meson.build       |  5 +----
3 files changed, 12 insertions(+), 15 deletions(-)
[PATCH v3 0/2] semihosting/uaccess: Compile once
Posted by Philippe Mathieu-Daudé 5 months, 3 weeks ago
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(-)

-- 
2.47.1


Re: [PATCH v3 0/2] semihosting/uaccess: Compile once
Posted by Philippe Mathieu-Daudé 5 months, 2 weeks ago
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(-)
>