Re: [PATCH for 8.1 v2 1/6] vdpa: Remove status in reset tracing

2023-03-28 Thread Jason Wang
On Fri, Mar 24, 2023 at 3:54 AM Eugenio Pérez wrote: > > It is always 0 and it is not useful to route call through file > descriptor. > > Signed-off-by: Eugenio Pérez Acked-by: Jason Wang Thanks > --- > hw/virtio/vhost-vdpa.c | 2 +- > hw/virtio/trace-events | 2 +- > 2 files changed, 2

Re: [PATCH for 8.1 v2 1/6] vdpa: Remove status in reset tracing

2023-03-27 Thread Stefano Garzarella
On Thu, Mar 23, 2023 at 08:53:59PM +0100, Eugenio Pérez wrote: It is always 0 and it is not useful to route call through file descriptor. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 2 +- hw/virtio/trace-events | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by:

[PATCH for 8.1 v2 1/6] vdpa: Remove status in reset tracing

2023-03-23 Thread Eugenio Pérez
It is always 0 and it is not useful to route call through file descriptor. Signed-off-by: Eugenio Pérez --- hw/virtio/vhost-vdpa.c | 2 +- hw/virtio/trace-events | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index