diff options
author | Stefano Garzarella | 2021-05-17 17:16:58 +0200 |
---|---|---|
committer | Thomas Huth | 2021-06-02 06:51:09 +0200 |
commit | d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0 (patch) | |
tree | ce28b3d7041dd800c4894749f71663c1ba30b5c0 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210528-pull-request' ... (diff) | |
download | qemu-d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0.tar.gz qemu-d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0.tar.xz qemu-d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0.zip |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5f55404f2f..5d195a9d95 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2692,7 +2692,7 @@ F: scripts/tracetool.py F: scripts/tracetool/ F: scripts/qemu-trace-stap* F: docs/tools/qemu-trace-stap.rst -F: docs/devel/tracing.txt +F: docs/devel/tracing.rst T: git https://github.com/stefanha/qemu.git tracing TPM |