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
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