[PATCH 08/16] util/vfio-helpers: Improve DMA trace events

2020-10-20 Thread Philippe Mathieu-Daudé
For debugging purpose, trace where DMA regions are mapped. Reviewed-by: Fam Zheng Signed-off-by: Philippe Mathieu-Daudé --- util/vfio-helpers.c | 3 ++- util/trace-events | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/util/vfio-helpers.c b/util/vfio-helpers.c index

Re: [PATCH 08/16] util/vfio-helpers: Improve DMA trace events

2020-10-22 Thread Stefan Hajnoczi
On Tue, Oct 20, 2020 at 07:24:20PM +0200, Philippe Mathieu-Daudé wrote: > For debugging purpose, trace where DMA regions are mapped. > > Reviewed-by: Fam Zheng > Signed-off-by: Philippe Mathieu-Daudé > --- > util/vfio-helpers.c | 3 ++- > util/trace-events | 5 +++-- > 2 files changed, 5 inse