mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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 <yuval.shaia@oracle.com> Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Message-Id: <20190314153031.7197-2-kamalheib1@gmail.com> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
This commit is contained in:
parent
59f911938f
commit
7b6f6e8138
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue