Re: [PATCH 18/40] vdpa: unregister listener on last dev cleanup

2024-01-11 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:50 AM Si-Wei Liu wrote: > > So that the free of iova tree struct can be safely deferred to > until the last vq referencing it goes away. > > Signed-off-by: Si-Wei Liu > --- > hw/virtio/vhost-vdpa.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --gi

Re: [PATCH 18/40] vdpa: unregister listener on last dev cleanup

2023-12-11 Thread Eugenio Perez Martin
On Thu, Dec 7, 2023 at 7:50 PM Si-Wei Liu wrote: > > So that the free of iova tree struct can be safely deferred to > until the last vq referencing it goes away. > I think this patch message went out of sync too. > Signed-off-by: Si-Wei Liu > --- > hw/virtio/vhost-vdpa.c | 5 - > 1 file ch

[PATCH 18/40] vdpa: unregister listener on last dev cleanup

2023-12-07 Thread Si-Wei Liu
So that the free of iova tree struct can be safely deferred to until the last vq referencing it goes away. Signed-off-by: Si-Wei Liu --- hw/virtio/vhost-vdpa.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index 4f026db..e