Re: [Qemu-devel] [PATCH v6 01/18] vfio: trace map/unmap for notify as well

2017-02-05 Thread David Gibson
On Fri, Feb 03, 2017 at 04:22:27PM +0800, Peter Xu wrote: > We traces its range, but we don't know whether it's a MAP/UNMAP. Let's > dump it as well. > > Acked-by: Alex Williamson > Signed-off-by: Peter Xu Reviewed-by: David Gibson > --- > hw/vfio/common.c | 3 ++- > hw/vfio/trace-events

[Qemu-devel] [PATCH v6 01/18] vfio: trace map/unmap for notify as well

2017-02-03 Thread Peter Xu
We traces its range, but we don't know whether it's a MAP/UNMAP. Let's dump it as well. Acked-by: Alex Williamson Signed-off-by: Peter Xu --- hw/vfio/common.c | 3 ++- hw/vfio/trace-events | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/vfio/common.c b/hw/vfio/comm