Re: [PATCH v2] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()

2024-05-30 Thread Peter Maydell
On Tue, 28 May 2024 at 09:48, Cindy Lu wrote: > > In function kvm_virtio_pci_vector_use_one(), the function will only use > the irqfd/vector for itself. Therefore, in the undo label, the failing > process is incorrect. > To fix this, we can just remove this label. > > Fixes: f9a09ca3ea ("vhost: ad

[PATCH v2] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()

2024-05-28 Thread Cindy Lu
In function kvm_virtio_pci_vector_use_one(), the function will only use the irqfd/vector for itself. Therefore, in the undo label, the failing process is incorrect. To fix this, we can just remove this label. Fixes: f9a09ca3ea ("vhost: add support for configure interrupt") Cc: qemu-sta...@nongnu.o