aboutsummaryrefslogtreecommitdiff
path: root/accel
diff options
context:
space:
mode:
authorStefano Garzarella <sgarzare@redhat.com>2021-05-17 17:16:58 +0200
committerThomas Huth <thuth@redhat.com>2021-06-02 06:51:09 +0200
commitd0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0 (patch)
treece28b3d7041dd800c4894749f71663c1ba30b5c0 /accel
parent52848929b70dcf92a68aedcfd90207be81ba3274 (diff)
downloadqemu-d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0.zip
qemu-d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0.tar.gz
qemu-d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0.tar.bz2
docs: fix references to docs/devel/tracing.rst
Commit e50caf4a5c ("tracing: convert documentation to rST") converted docs/devel/tracing.txt to docs/devel/tracing.rst. We still have several references to the old file, so let's fix them with the following command: sed -i s/tracing.txt/tracing.rst/ $(git grep -l docs/devel/tracing.txt) Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210517151702.109066-2-sgarzare@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'accel')
-rw-r--r--accel/kvm/trace-events2
-rw-r--r--accel/tcg/trace-events2
2 files changed, 2 insertions, 2 deletions
diff --git a/accel/kvm/trace-events b/accel/kvm/trace-events
index 72a0132..399aaeb 100644
--- a/accel/kvm/trace-events
+++ b/accel/kvm/trace-events
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
# kvm-all.c
kvm_ioctl(int type, void *arg) "type 0x%x, arg %p"
diff --git a/accel/tcg/trace-events b/accel/tcg/trace-events
index 6eefb37..59eab96 100644
--- a/accel/tcg/trace-events
+++ b/accel/tcg/trace-events
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
# TCG related tracing
# cpu-exec.c