diff options
| author | Peter Maydell | 2016-08-15 19:27:51 +0200 |
|---|---|---|
| committer | Peter Maydell | 2016-08-15 19:27:51 +0200 |
| commit | aba5d9766454ed4b72d0deb43bbad0356eeb336e (patch) | |
| tree | 8c7dfdcce7a3862095eb6ba2aba14a990c31335c /hw/virtio | |
| parent | pc-bios/optionrom: Fix OpenBSD build with better detection of linker emulation (diff) | |
| parent | trace-events: fix first line comment in trace-events (diff) | |
| download | qemu-aba5d9766454ed4b72d0deb43bbad0356eeb336e.tar.gz qemu-aba5d9766454ed4b72d0deb43bbad0356eeb336e.tar.xz qemu-aba5d9766454ed4b72d0deb43bbad0356eeb336e.zip | |
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
# gpg: Signature made Fri 12 Aug 2016 11:48:03 BST
# gpg: using RSA key 0x9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
# gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>"
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8
* remotes/stefanha/tags/tracing-pull-request:
trace-events: fix first line comment in trace-events
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/virtio')
| -rw-r--r-- | hw/virtio/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio/trace-events b/hw/virtio/trace-events index 2853053505..55184d33b3 100644 --- a/hw/virtio/trace-events +++ b/hw/virtio/trace-events @@ -1,4 +1,4 @@ -# See docs/trace-events.txt for syntax documentation. +# See docs/tracing.txt for syntax documentation. # hw/virtio/virtio.c virtqueue_fill(void *vq, const void *elem, unsigned int len, unsigned int idx) "vq %p elem %p len %u idx %u" |
