Re: [PATCH v8 8/9] virtio-pci:decouple the single vector from the interrupt process

2021-07-08 Thread Jason Wang
在 2021/7/6 下午3:20, Cindy Lu 写道: use the kvm_virtio_pci_vector_use_one and _release_one these funtion is to deal with the single vector, the whole process will finish in a loop with vq number. Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c | 109 -

[PATCH v8 8/9] virtio-pci:decouple the single vector from the interrupt process

2021-07-06 Thread Cindy Lu
use the kvm_virtio_pci_vector_use_one and _release_one these funtion is to deal with the single vector, the whole process will finish in a loop with vq number. Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c | 109 - 1 file changed, 42 insertions(+), 67