Re: [PATCH v8 2/9] virtio-pci:decouple virtqueue from interrupt setting process

2021-07-08 Thread Jason Wang
在 2021/7/6 下午3:20, Cindy Lu 写道: Decouple virtqueue from interrupt setting process to support config interrupt Now the code for interrupt/vector are coupling with the vq number, this patch will decouple the vritqueue numbers from these functions Signed-off-by: Cindy Lu --- hw/virtio/virtio-p

[PATCH v8 2/9] virtio-pci:decouple virtqueue from interrupt setting process

2021-07-06 Thread Cindy Lu
Decouple virtqueue from interrupt setting process to support config interrupt Now the code for interrupt/vector are coupling with the vq number, this patch will decouple the vritqueue numbers from these functions Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c | 55 ---