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

2021-04-27 Thread Jason Wang
在 2021/4/27 下午2:40, Jason Wang 写道:   static int virtio_pci_vq_vector_unmask(VirtIOPCIProxy *proxy, unsigned int queue_no, unsigned int vector, -   MSIMessage msg) + 

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

2021-04-27 Thread Jason Wang
在 2021/4/27 上午11:39, Cindy Lu 写道: Now the code for interrupt/vector are coupling with the vq number, this patch will decouple the vritqueue numbers from these functions. So you need to describe why such kind of decoupling is needed, Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c

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

2021-04-26 Thread Cindy Lu
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 | 51 -- 1 file changed, 29 insertions(+), 22 deletions(-) diff