aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/testing.rst
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 /docs/devel/testing.rst
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 'docs/devel/testing.rst')
-rw-r--r--docs/devel/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index 5d1fc0a..f3e2472 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -1458,7 +1458,7 @@ TCG test dependencies
~~~~~~~~~~~~~~~~~~~~~
The TCG tests are deliberately very light on dependencies and are
-either totally bare with minimal gcc lib support (for softmmu tests)
+either totally bare with minimal gcc lib support (for system-mode tests)
or just glibc (for linux-user tests). This is because getting a cross
compiler to work with additional libraries can be challenging.