Re: [PATCH 4/6] virtio-iommu: Remove the end point on detach

2024-07-16 Thread Cédric Le Goater
On 7/16/24 11:45, Eric Auger wrote: We currently miss the removal of the endpoint in case of detach. Signed-off-by: Eric Auger Reviewed-by: Cédric Le Goater Thanks, C. --- hw/virtio/virtio-iommu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/virtio/virtio-iommu.c b/hw/virt

[PATCH 4/6] virtio-iommu: Remove the end point on detach

2024-07-16 Thread Eric Auger
We currently miss the removal of the endpoint in case of detach. Signed-off-by: Eric Auger --- hw/virtio/virtio-iommu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/virtio/virtio-iommu.c b/hw/virtio/virtio-iommu.c index 2de41ab412..440dfa6e92 100644 --- a/hw/virtio/virtio-iommu.c +++ b