aboutsummaryrefslogtreecommitdiff
path: root/stubs
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 /stubs
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 'stubs')
-rw-r--r--stubs/semihost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stubs/semihost.c b/stubs/semihost.c
index aad7a70..9343d38 100644
--- a/stubs/semihost.c
+++ b/stubs/semihost.c
@@ -1,9 +1,9 @@
/*
- * Semihosting Stubs for SoftMMU
+ * Semihosting Stubs for system emulation
*
* Copyright (c) 2019 Linaro Ltd
*
- * Stubs for SoftMMU targets that don't actually do semihosting.
+ * Stubs for system targets that don't actually do semihosting.
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/