qemu/include/semihosting
Philippe Mathieu-Daudé f14eced5ac semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Add a check in 'softmmu-uaccess.h' that the header is only
include in system emulation, and rename it as 'uaccess.h'.

Rename the API methods:

  - softmmu_[un]lock_user*() -> uaccess_[un]lock_user*()
  - softmmu_strlen_user() -> uaccess_strlen_user().

Update a pair of comments.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004090629.37473-9-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-10-07 19:02:59 +02:00
..
common-semi.h semihosting: Move common-semi.h to include/semihosting/ 2022-06-28 04:35:07 +05:30
console.h semihosting: Remove qemu_semihosting_log_out 2022-07-12 22:32:12 +02:00
guestfd.h semihosting: Create qemu_semihosting_guestfd_init 2022-06-28 04:36:50 +05:30
semihost.h semihosting: Allow optional use of semihosting from userspace 2022-09-13 17:18:21 +01:00
syscalls.h semihosting: Create semihost_sys_poll_one 2022-06-28 04:41:37 +05:30
uaccess.h semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user() 2023-10-07 19:02:59 +02:00