Re: [PATCH] vdpa: Add missing tracing to batch mapping functions

2022-04-26 Thread Eugenio Perez Martin
On Tue, Apr 26, 2022 at 12:40 PM Laurent Vivier wrote: > > Le 05/04/2022 à 08:36, Eugenio Pérez a écrit : > > These functions were not traced properly. > > > > Signed-off-by: Eugenio Pérez > > --- > > hw/virtio/vhost-vdpa.c | 2 ++ > > hw/virtio/trace-events | 2 ++ > > 2 files changed, 4 ins

Re: [PATCH] vdpa: Add missing tracing to batch mapping functions

2022-04-26 Thread Laurent Vivier
Le 05/04/2022 à 08:36, Eugenio Pérez a écrit : These functions were not traced properly. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 2 ++ hw/virtio/trace-events | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index 8adf7c

Re: [PATCH] vdpa: Add missing tracing to batch mapping functions

2022-04-05 Thread Jason Wang
在 2022/4/5 下午2:36, Eugenio Pérez 写道: These functions were not traced properly. Signed-off-by: Eugenio Pérez Acked-by: Jason Wang --- hw/virtio/vhost-vdpa.c | 2 ++ hw/virtio/trace-events | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost

Re: [PATCH] vdpa: Add missing tracing to batch mapping functions

2022-04-05 Thread Stefano Garzarella
On Tue, Apr 05, 2022 at 08:36:28AM +0200, Eugenio Pérez wrote: These functions were not traced properly. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 2 ++ hw/virtio/trace-events | 2 ++ 2 files changed, 4 insertions(+) Reviewed-by: Stefano Garzarella diff --git a/hw/virtio/vho

Re: [PATCH] vdpa: Add missing tracing to batch mapping functions

2022-04-04 Thread Laurent Vivier
On 05/04/2022 08:36, Eugenio Pérez wrote: These functions were not traced properly. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 2 ++ hw/virtio/trace-events | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index 8adf7c0b92.

[PATCH] vdpa: Add missing tracing to batch mapping functions

2022-04-04 Thread Eugenio Pérez
These functions were not traced properly. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 2 ++ hw/virtio/trace-events | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index 8adf7c0b92..9e5fe15d03 100644 --- a/hw/virtio/vhost-vdpa.c