]> git.proxmox.com Git - mirror_qemu.git/commit
docs: fix references to docs/devel/tracing.rst
authorStefano Garzarella <sgarzare@redhat.com>
Mon, 17 May 2021 15:16:58 +0000 (17:16 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 2 Jun 2021 04:51:09 +0000 (06:51 +0200)
commitd0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0
treece28b3d7041dd800c4894749f71663c1ba30b5c0
parent52848929b70dcf92a68aedcfd90207be81ba3274
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>
75 files changed:
MAINTAINERS
accel/kvm/trace-events
accel/tcg/trace-events
audio/trace-events
authz/trace-events
backends/tpm/trace-events
backends/trace-events
block/trace-events
chardev/trace-events
crypto/trace-events
hw/9pfs/trace-events
hw/acpi/trace-events
hw/adc/trace-events
hw/alpha/trace-events
hw/arm/trace-events
hw/audio/trace-events
hw/block/dataplane/trace-events
hw/block/trace-events
hw/char/trace-events
hw/display/trace-events
hw/dma/trace-events
hw/gpio/trace-events
hw/hppa/trace-events
hw/i2c/trace-events
hw/i386/trace-events
hw/i386/xen/trace-events
hw/ide/trace-events
hw/input/trace-events
hw/intc/trace-events
hw/isa/trace-events
hw/mem/trace-events
hw/misc/macio/trace-events
hw/misc/trace-events
hw/net/trace-events
hw/nvram/trace-events
hw/pci-host/trace-events
hw/pci/trace-events
hw/ppc/trace-events
hw/rdma/trace-events
hw/rdma/vmw/trace-events
hw/rtc/trace-events
hw/s390x/trace-events
hw/scsi/trace-events
hw/sd/trace-events
hw/sparc/trace-events
hw/sparc64/trace-events
hw/timer/trace-events
hw/tpm/trace-events
hw/usb/trace-events
hw/vfio/trace-events
hw/virtio/trace-events
hw/watchdog/trace-events
hw/xen/trace-events
io/trace-events
linux-user/trace-events
migration/trace-events
monitor/trace-events
nbd/trace-events
net/trace-events
qapi/trace-events
qom/trace-events
scripts/simpletrace.py
scsi/trace-events
softmmu/trace-events
target/arm/trace-events
target/hppa/trace-events
target/i386/kvm/trace-events
target/i386/trace-events
target/mips/trace-events
target/ppc/trace-events
target/s390x/trace-events
target/sparc/trace-events
trace-events
ui/trace-events
util/trace-events