qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

authored by

Philippe Mathieu-Daudé and committed by
Michael Tokarev
87e0331c b208ac07

+47 -47
+1 -1
audio/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # audio/alsaaudio.c 4 4 alsa_revents(int revents) "revents = %d"
+1 -1
block/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # block.c 4 4 bdrv_open_common(void *bs, const char *filename, int flags, const char *format_name) "bs %p filename \"%s\" flags %#x format_name \"%s\""
+1 -1
chardev/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # chardev/wctablet.c 4 4 wct_init(void) ""
+1 -1
crypto/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # crypto/tlscreds.c 4 4 qcrypto_tls_creds_load_dh(void *creds, const char *filename) "TLS creds load DH creds=%p filename=%s"
+1 -1
hw/9pfs/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/9pfs/virtio-9p.c 4 4 v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d"
+1 -1
hw/acpi/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/acpi/memory_hotplug.c 4 4 mhp_acpi_invalid_slot_selected(uint32_t slot) "0x%"PRIx32
+1 -1
hw/alpha/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/alpha/pci.c 4 4 alpha_pci_iack_write(void) ""
+1 -1
hw/arm/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/arm/virt-acpi-build.c 4 4 virt_acpi_setup(void) "No fw cfg or ACPI disabled. Bailing out."
+1 -1
hw/audio/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/audio/cs4231.c 4 4 cs4231_mem_readl_dreg(uint32_t reg, uint32_t ret) "read dreg %d: 0x%02x"
+1 -1
hw/block/dataplane/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/block/dataplane/virtio-blk.c 4 4 virtio_blk_data_plane_start(void *s) "dataplane %p"
+1 -1
hw/block/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/block/virtio-blk.c 4 4 virtio_blk_req_complete(void *vdev, void *req, int status) "vdev %p req %p status %d"
+1 -1
hw/char/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/char/virtio-serial-bus.c 4 4 virtio_serial_send_control_event(unsigned int port, uint16_t event, uint16_t value) "port %u, event %u, value %u"
+1 -1
hw/display/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/display/jazz_led.c 4 4 jazz_led_read(uint64_t addr, uint8_t val) "read addr=0x%"PRIx64": 0x%x"
+1 -1
hw/dma/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/dma/rc4030.c 4 4 jazzio_read(uint64_t addr, uint32_t ret) "read reg[0x%"PRIx64"] = 0x%x"
+1 -1
hw/i386/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/i386/x86-iommu.c 4 4 x86_iommu_iec_notify(bool global, uint32_t index, uint32_t mask) "Notify IEC invalidation: global=%d index=%" PRIu32 " mask=%" PRIu32
+1 -1
hw/input/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/input/ps2.c 4 4 ps2_put_keycode(void *opaque, int keycode) "%p keycode %d"
+1 -1
hw/intc/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/intc/apic_common.c 4 4 cpu_set_apic_base(uint64_t val) "%016"PRIx64
+1 -1
hw/isa/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/isa/pc87312.c 4 4 pc87312_io_read(uint32_t addr, uint32_t val) "read addr=%x val=%x"
+1 -1
hw/mem/trace-events
··· 1 - # See docs/trace-events.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/mem/pc-dimm.c 4 4 mhp_pc_dimm_assigned_slot(int slot) "%d"
+1 -1
hw/misc/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/misc/eccmemctl.c 4 4 ecc_mem_writel_mer(uint32_t val) "Write memory enable %08x"
+1 -1
hw/net/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/net/lance.c 4 4 lance_mem_readw(uint64_t addr, uint32_t ret) "addr=%"PRIx64"val=0x%04x"
+1 -1
hw/nvram/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/nvram/ds1225y.c 4 4 nvram_read(uint32_t addr, uint32_t ret) "read addr %d: 0x%02x"
+1 -1
hw/pci/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/pci/pci.c 4 4 pci_update_mappings_del(void *d, uint32_t bus, uint32_t slot, uint32_t func, int bar, uint64_t addr, uint64_t size) "d=%p %02x:%02x.%x %d,%#"PRIx64"+%#"PRIx64
+1 -1
hw/ppc/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/ppc/spapr_pci.c 4 4 spapr_pci_msi(const char *msg, uint32_t ca) "%s (cfg=%x)"
+1 -1
hw/s390x/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/s390x/css.c 4 4 css_enable_facility(const char *facility) "CSS: enable %s"
+1 -1
hw/scsi/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/scsi/scsi-bus.c 4 4 scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
+1 -1
hw/sd/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/sd/milkymist-memcard.c 4 4 milkymist_memcard_memory_read(uint32_t addr, uint32_t value) "addr %08x value %08x"
+1 -1
hw/sparc/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/sparc/sun4m.c 4 4 sun4m_cpu_interrupt(unsigned int level) "Set CPU IRQ %d"
+1 -1
hw/timer/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/timer/slavio_timer.c 4 4 slavio_timer_get_out(uint64_t limit, uint32_t counthigh, uint32_t count) "limit %"PRIx64" count %x%08x"
+1 -1
hw/usb/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/usb/core.c 4 4 usb_packet_state_change(int bus, const char *port, int ep, void *p, const char *o, const char *n) "bus %d, port %s, ep %d, packet %p, state %s -> %s"
+1 -1
hw/vfio/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/vfio/pci.c 4 4 vfio_intx_interrupt(const char *name, char line) " (%s) Pin %c"
+1 -1
hw/virtio/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # hw/virtio/virtio.c 4 4 virtqueue_alloc_element(void *elem, size_t sz, unsigned in_num, unsigned out_num) "elem %p size %zd in_num %u out_num %u"
+1 -1
hw/xen/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # include/hw/xen/xen_common.h 4 4 xen_default_ioreq_server(void) ""
+1 -1
io/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # io/task.c 4 4 qio_task_new(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%p opaque=%p"
+1 -1
linux-user/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # linux-user/signal.c 4 4 user_setup_frame(void *env, uint64_t frame_addr) "env=%p frame_addr=%"PRIx64
+1 -1
migration/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # migration/savevm.c 4 4 qemu_loadvm_state_section(unsigned int section_type) "%d"
+1 -1
net/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # net/vhost-user.c 4 4 vhost_user_event(const char *chr, int event) "chr: %s got event: %d"
+1 -1
qom/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # qom/object.c 4 4 object_dynamic_cast_assert(const char *type, const char *target, const char *file, int line, const char *func) "%s->%s (%s:%d:%s)"
+1 -1
scripts/simpletrace.py
··· 7 7 # This work is licensed under the terms of the GNU GPL, version 2. See 8 8 # the COPYING file in the top-level directory. 9 9 # 10 - # For help see docs/tracing.txt 10 + # For help see docs/devel/tracing.txt 11 11 12 12 import struct 13 13 import re
+1 -1
target/arm/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # target/arm/helper.c 4 4 arm_gt_recalc(int timer, int irqstate, uint64_t nexttick) "gt recalc: timer %d irqstate %d next tick %" PRIx64
+1 -1
target/i386/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # target/i386/kvm.c 4 4 kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
+1 -1
target/mips/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # target/mips/translate.c 4 4 mips_translate_c0(const char *instr, const char *rn, int reg, int sel) "%s %s (reg %d sel %d)"
+1 -1
target/ppc/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # target/ppc/kvm.c 4 4 kvm_failed_spr_set(int str, const char *msg) "Warning: Unable to set SPR %d to KVM: %s"
+1 -1
target/s390x/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # target/s390x/mmu_helper.c 4 4 get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
+1 -1
target/sparc/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # target/sparc/mmu_helper.c 4 4 mmu_helper_dfault(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DFAULT at %"PRIx64" context %"PRIx64" mmu_idx=%d tl=%d"
+1 -1
ui/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # ui/console.c 4 4 console_gfx_new(void) ""
+1 -1
util/trace-events
··· 1 - # See docs/tracing.txt for syntax documentation. 1 + # See docs/devel/tracing.txt for syntax documentation. 2 2 3 3 # util/aio-posix.c 4 4 run_poll_handlers_begin(void *ctx, int64_t max_ns) "ctx %p max_ns %"PRId64