OSDN Git Service

docs: fix references to docs/devel/atomics.rst
authorStefano Garzarella <sgarzare@redhat.com>
Mon, 17 May 2021 15:16:59 +0000 (17:16 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 2 Jun 2021 04:51:09 +0000 (06:51 +0200)
commit29f2316761ef2c83581893bcffa43f11fba5b2fe
tree1737ed6e5b37afdf48cad9e928d247934506cbcf
parentd0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0
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>
docs/devel/lockcnt.txt
include/qemu/atomic.h
include/qemu/atomic128.h
tcg/README