[Qemu-devel] [PATCH 1/4] hw/rdma: Fix broken paths to docs/devel/tracing.txt

Kamal Heib posted 4 patches 6 years, 8 months ago
There is a newer version of this series
[Qemu-devel] [PATCH 1/4] hw/rdma: Fix broken paths to docs/devel/tracing.txt
Posted by Kamal Heib 6 years, 8 months ago
The tracing.txt file is under "docs/devel" and not "docs".

Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
---
 hw/rdma/trace-events     | 2 +-
 hw/rdma/vmw/trace-events | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/rdma/trace-events b/hw/rdma/trace-events
index 0fad56c88206..12868d8a8737 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 0122266ad766..e846d54359a3 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
-- 
2.20.1


Re: [Qemu-devel] [PATCH 1/4] hw/rdma: Fix broken paths to docs/devel/tracing.txt
Posted by Yuval Shaia 6 years, 8 months ago
On Wed, Mar 13, 2019 at 10:46:45AM +0200, Kamal Heib wrote:
> The tracing.txt file is under "docs/devel" and not "docs".
> 
> Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
> ---
>  hw/rdma/trace-events     | 2 +-
>  hw/rdma/vmw/trace-events | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/rdma/trace-events b/hw/rdma/trace-events
> index 0fad56c88206..12868d8a8737 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 0122266ad766..e846d54359a3 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
> -- 

Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>

> 2.20.1
>