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

2019-03-13 Thread Kamal Heib
The tracing.txt file is under "docs/devel" and not "docs". Signed-off-by: Kamal Heib --- 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 1

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

2019-03-13 Thread Yuval Shaia
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 > --- > hw/rdma/trace-events | 2 +- > hw/rdma/vmw/trace-events | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/