summaryrefslogtreecommitdiffstats
path: root/tcg
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-07-29 00:46:04 +0200
committerMichael Tokarev2017-07-31 12:12:47 +0200
commitb208ac07ea8455878bba250796be38dbe58066db (patch)
tree49721a179263b6bc99405c110f09919764a34dac /tcg
parentdocs: fix broken paths to docs/devel/qapi-code-gen.txt (diff)
downloadqemu-b208ac07ea8455878bba250796be38dbe58066db.tar.gz
qemu-b208ac07ea8455878bba250796be38dbe58066db.tar.xz
qemu-b208ac07ea8455878bba250796be38dbe58066db.zip
docs: fix broken paths to docs/devel/atomics.txt
With the move of some docs/ to docs/devel/ on ac06724a71, a couple of references were not updated. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/README b/tcg/README
index bf49e8242b..03bfb6acd4 100644
--- a/tcg/README
+++ b/tcg/README
@@ -446,7 +446,7 @@ when MTTCG is enabled.
The guest translators should generate this opcode for all guest instructions
which have ordering side effects.
-Please see docs/atomics.txt for more information on memory barriers.
+Please see docs/devel/atomics.txt for more information on memory barriers.
********* 64-bit guest on 32-bit host support