summaryrefslogtreecommitdiffstats
path: root/hw/virtio
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-07-29 00:46:05 +0200
committerMichael Tokarev2017-07-31 12:12:53 +0200
commit87e0331c5a2ac1d8d654e565ecbe72705118606b (patch)
tree4f15e06246038dca05cf3a98c81b9edd74bace4d /hw/virtio
parentdocs: fix broken paths to docs/devel/atomics.txt (diff)
downloadqemu-87e0331c5a2ac1d8d654e565ecbe72705118606b.tar.gz
qemu-87e0331c5a2ac1d8d654e565ecbe72705118606b.tar.xz
qemu-87e0331c5a2ac1d8d654e565ecbe72705118606b.zip
docs: fix broken paths to docs/devel/tracing.txt
With the move of some docs/ to docs/devel/ on ac06724a71, no references were updated. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/virtio')
-rw-r--r--hw/virtio/trace-events2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio/trace-events b/hw/virtio/trace-events
index e24d8fa997..012bbaa694 100644
--- a/hw/virtio/trace-events
+++ b/hw/virtio/trace-events
@@ -1,4 +1,4 @@
-# See docs/tracing.txt for syntax documentation.
+# See docs/devel/tracing.txt for syntax documentation.
# hw/virtio/virtio.c
virtqueue_alloc_element(void *elem, size_t sz, unsigned in_num, unsigned out_num) "elem %p size %zd in_num %u out_num %u"