From: Thomas Huth Date: Mon, 14 Aug 2023 17:12:28 +0000 (+0200) Subject: trace-events: Fix the name of the tracing.rst file X-Git-Tag: v8.2.0-rc0~135^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64a917d5d64fed010acc350855323ac688dbe477;p=thirdparty%2Fqemu.git trace-events: Fix the name of the tracing.rst file The file has been converted to .rst a while ago - make sure that the references in the trace-events files are pointing to the right location now. Signed-off-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/bsd-user/trace-events b/bsd-user/trace-events index 843896f6271..2c1cb66726d 100644 --- a/bsd-user/trace-events +++ b/bsd-user/trace-events @@ -1,4 +1,4 @@ -# See docs/tracing.txt for syntax documentation. +# See docs/devel/tracing.rst for syntax documentation. # bsd-user/signal.c user_setup_frame(void *env, uint64_t frame_addr) "env=%p frame_addr=0x%"PRIx64 diff --git a/ebpf/trace-events b/ebpf/trace-events index 411b1e2be39..b3ad1a35f2e 100644 --- a/ebpf/trace-events +++ b/ebpf/trace-events @@ -1,4 +1,4 @@ -# See docs/devel/tracing.txt for syntax documentation. +# See docs/devel/tracing.rst for syntax documentation. # ebpf-rss.c ebpf_error(const char *s1, const char *s2) "error in %s: %s" diff --git a/hw/nubus/trace-events b/hw/nubus/trace-events index e31833d694a..9259d667253 100644 --- a/hw/nubus/trace-events +++ b/hw/nubus/trace-events @@ -1,4 +1,4 @@ -# See docs/devel/tracing.txt for syntax documentation. +# See docs/devel/tracing.rst for syntax documentation. # nubus-bus.c nubus_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d" diff --git a/target/s390x/kvm/trace-events b/target/s390x/kvm/trace-events index 818f1a37a15..cdf2c4f8f27 100644 --- a/target/s390x/kvm/trace-events +++ b/target/s390x/kvm/trace-events @@ -1,4 +1,4 @@ -# See docs/devel/tracing.txt for syntax documentation. +# See docs/devel/tracing.rst for syntax documentation. # kvm.c kvm_enable_cmma(int rc) "CMMA: enabling with result code %d"