aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-10-04 11:06:23 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-10-07 19:02:59 +0200
commitf14eced5ac9ae2db10a661e0fdef52a2f0316699 (patch)
tree5ee3a65d1efbda5b4db0b26999d11ebd9478a55e /target/m68k
parent3f7d1bdab0e98190245394875acf0d6d04b5de5b (diff)
downloadqemu-f14eced5ac9ae2db10a661e0fdef52a2f0316699.zip
qemu-f14eced5ac9ae2db10a661e0fdef52a2f0316699.tar.gz
qemu-f14eced5ac9ae2db10a661e0fdef52a2f0316699.tar.bz2
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>
Diffstat (limited to 'target/m68k')
-rw-r--r--target/m68k/m68k-semi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/m68k/m68k-semi.c b/target/m68k/m68k-semi.c
index 80cd8d7..b4ffb70 100644
--- a/target/m68k/m68k-semi.c
+++ b/target/m68k/m68k-semi.c
@@ -27,7 +27,7 @@
#include "gdbstub/syscalls.h"
#include "gdbstub/helpers.h"
#include "semihosting/syscalls.h"
-#include "semihosting/softmmu-uaccess.h"
+#include "semihosting/uaccess.h"
#include "hw/boards.h"
#include "qemu/log.h"