summaryrefslogtreecommitdiff
path: root/hw/pci
diff options
context:
space:
mode:
authorLaurent Vivier <lvivier@redhat.com>2016-08-08 17:11:21 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2016-08-12 10:36:01 +0100
commite723b8710356163e0f1722b94f988a8ddf83f17a (patch)
tree9a049738fffa9f9bccada90c0f88da339bc6c30e /hw/pci
parent28b874429ba16e71e0caa46453f3a3e31efb3c51 (diff)
downloadqemu-e723b8710356163e0f1722b94f988a8ddf83f17a.tar.gz
trace-events: fix first line comment in trace-events
Documentation is docs/tracing.txt instead of docs/trace-events.txt. find . -name trace-events -exec \ sed -i "s?See docs/trace-events.txt for syntax documentation.?See docs/tracing.txt for syntax documentation.?" \ {} \; Signed-off-by: Laurent Vivier <lvivier@redhat.com> Message-id: 1470669081-17860-1-git-send-email-lvivier@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/pci')
-rw-r--r--hw/pci/trace-events2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/trace-events b/hw/pci/trace-events
index 285338ac4d..2b9cf24405 100644
--- a/hw/pci/trace-events
+++ b/hw/pci/trace-events
@@ -1,4 +1,4 @@
-# See docs/trace-events.txt for syntax documentation.
+# See docs/tracing.txt for syntax documentation.
# hw/pci/pci.c
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