]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/devel/testing.rst
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
[mirror_qemu.git] / docs / devel / testing.rst
index 5d1fc0aa95f64f9c2d73fa1c485ff3c25a2f0f72..f3e24721890ea6c71a9987bce07a585360332da0 100644 (file)
@@ -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.