diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-28 19:46:05 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-07-31 13:12:53 +0300 |
commit | 87e0331c5a2ac1d8d654e565ecbe72705118606b (patch) | |
tree | 4f15e06246038dca05cf3a98c81b9edd74bace4d /target/i386/trace-events | |
parent | b208ac07ea8455878bba250796be38dbe58066db (diff) |
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 'target/i386/trace-events')
-rw-r--r-- | target/i386/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/trace-events b/target/i386/trace-events index de6a1cf0cb..3153fd4454 100644 --- a/target/i386/trace-events +++ b/target/i386/trace-events @@ -1,4 +1,4 @@ -# See docs/tracing.txt for syntax documentation. +# See docs/devel/tracing.txt for syntax documentation. # target/i386/kvm.c kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32 |