aboutsummaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authorStefano Garzarella <sgarzare@redhat.com>2021-05-17 17:16:59 +0200
committerThomas Huth <thuth@redhat.com>2021-06-02 06:51:09 +0200
commit29f2316761ef2c83581893bcffa43f11fba5b2fe (patch)
tree1737ed6e5b37afdf48cad9e928d247934506cbcf /tcg
parentd0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0 (diff)
downloadqemu-29f2316761ef2c83581893bcffa43f11fba5b2fe.zip
qemu-29f2316761ef2c83581893bcffa43f11fba5b2fe.tar.gz
qemu-29f2316761ef2c83581893bcffa43f11fba5b2fe.tar.bz2
docs: fix references to docs/devel/atomics.rst
Commit 15e8699f00 ("atomics: convert to reStructuredText") converted docs/devel/atomics.txt to docs/devel/atomics.rst. We still have several references to the old file, so let's fix them with the following command: sed -i s/atomics.txt/atomics.rst/ $(git grep -l docs/devel/atomics.txt) Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210517151702.109066-3-sgarzare@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
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 0cf9e27..8510d82 100644
--- a/tcg/README
+++ b/tcg/README
@@ -461,7 +461,7 @@ when MTTCG is enabled.
The guest translators should generate this opcode for all guest instructions
which have ordering side effects.
-Please see docs/devel/atomics.txt for more information on memory barriers.
+Please see docs/devel/atomics.rst for more information on memory barriers.
********* 64-bit guest on 32-bit host support