From: Kamal Heib Date: Thu, 14 Mar 2019 15:30:28 +0000 (+0200) Subject: hw/rdma: Fix broken paths to docs/devel/tracing.txt X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b6f6e8138a462e9b40b008d62c4e0852a5505b8;p=qemu.git hw/rdma: Fix broken paths to docs/devel/tracing.txt The tracing.txt file is under "docs/devel" and not "docs". Reviewed-by: Yuval Shaia Signed-off-by: Kamal Heib Message-Id: <20190314153031.7197-2-kamalheib1@gmail.com> Signed-off-by: Marcel Apfelbaum --- diff --git a/hw/rdma/trace-events b/hw/rdma/trace-events index 0fad56c882..12868d8a87 100644 --- a/hw/rdma/trace-events +++ b/hw/rdma/trace-events @@ -1,4 +1,4 @@ -# See docs/tracing.txt for syntax documentation. +# See docs/devel/tracing.txt for syntax documentation. # hw/rdma/rdma_backend.c rdma_check_dev_attr(const char *name, int max_bk, int max_fe) "%s: be=%d, fe=%d" diff --git a/hw/rdma/vmw/trace-events b/hw/rdma/vmw/trace-events index 0122266ad7..e846d54359 100644 --- a/hw/rdma/vmw/trace-events +++ b/hw/rdma/vmw/trace-events @@ -1,4 +1,4 @@ -# See docs/tracing.txt for syntax documentation. +# See docs/devel/tracing.txt for syntax documentation. # hw/rdma/vmw/pvrdma_main.c pvrdma_regs_read(uint64_t addr, uint64_t val) "pvrdma.regs[0x%"PRIx64"]=0x%"PRIx64