Re: [PATCH v8 7/9] virtio-pci: decouple notifier from interrupt process

2021-07-08 Thread Jason Wang
在 2021/7/6 下午3:20, Cindy Lu 写道: use the virtio_pci_get_notifier function to get the notifer, the input of the function will is the idx, the output is notifier and vector You need to describe why such decoupling is needed. Signed-off-by: Cindy Lu I think we need move this patch as pat

[PATCH v8 7/9] virtio-pci: decouple notifier from interrupt process

2021-07-06 Thread Cindy Lu
use the virtio_pci_get_notifier function to get the notifer, the input of the function will is the idx, the output is notifier and vector Signed-off-by: Cindy Lu --- hw/virtio/virtio-pci.c | 45 -- 1 file changed, 35 insertions(+), 10 deletions(-) diff --