aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/atomic128.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-10-04 11:06:20 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-10-07 19:02:33 +0200
commit7893e42d5d9cafeeab30a114e8ec86517f8a1b36 (patch)
tree3c347d9ad5fd9c9c7b519cdb96e23991feaaf105 /include/qemu/atomic128.h
parentc2646d49588d834c2bcc050539053074ac43d4ba (diff)
downloadqemu-7893e42d5d9cafeeab30a114e8ec86517f8a1b36.zip
qemu-7893e42d5d9cafeeab30a114e8ec86517f8a1b36.tar.gz
qemu-7893e42d5d9cafeeab30a114e8ec86517f8a1b36.tar.bz2
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231004090629.37473-6-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu/atomic128.h')
-rw-r--r--include/qemu/atomic128.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qemu/atomic128.h b/include/qemu/atomic128.h
index 34554bf..88af6d4 100644
--- a/include/qemu/atomic128.h
+++ b/include/qemu/atomic128.h
@@ -43,8 +43,8 @@
* See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80878
*
* This interpretation is not especially helpful for QEMU.
- * For softmmu, all RAM is always read/write from the hypervisor.
- * For user-only, if the guest doesn't implement such an __atomic_read
+ * For system-mode, all RAM is always read/write from the hypervisor.
+ * For user-mode, if the guest doesn't implement such an __atomic_read
* then the host need not worry about it either.
*
* Moreover, using libatomic is not an option, because its interface is