Re: [PATCH v1 0/4] vhost-vdpa: add support for configure interrupt

2021-01-13 Thread Cindy Lu
On Thu, Jan 14, 2021 at 12:36 PM Jason Wang wrote: > > > On 2021/1/13 下午11:45, Cindy Lu wrote: > > Add configure interrupt support in vdpa_vhost. qemu will use the irqfd > > process to support this feature. > > > > These code are all tested in vp-vdpa (support configure interrupt) > > vdpa_sim (no

Re: [PATCH v1 0/4] vhost-vdpa: add support for configure interrupt

2021-01-13 Thread Jason Wang
On 2021/1/13 下午11:45, Cindy Lu wrote: Add configure interrupt support in vdpa_vhost. qemu will use the irqfd process to support this feature. These code are all tested in vp-vdpa (support configure interrupt) vdpa_sim (not support configure interrupt) Cindy Lu (4): virtio:add support in c