Re: [PATCH v5 2/6] vhost: add new call back function for config interrupt

2021-04-12 Thread Cindy Lu
On Fri, Apr 9, 2021 at 3:12 PM Jason Wang wrote: > > > 在 2021/4/8 下午5:38, Cindy Lu 写道: > > to support configure interrupt, we need to > > Add new call back function for config interrupt. > > > There're brunch of capital issues. > > > > now聽this call back function only used in vhost-vdpa driver > >

Re: [PATCH v5 2/6] vhost: add new call back function for config interrupt

2021-04-09 Thread Jason Wang
在 2021/4/8 下午5:38, Cindy Lu 写道: to support configure interrupt, we need to Add new call back function for config interrupt. There're brunch of capital issues. now聽this call back function only used in vhost-vdpa driver And looks like anthoer traditional chinese character. Signed-off

[PATCH v5 2/6] vhost: add new call back function for config interrupt

2021-04-08 Thread Cindy Lu
to support configure interrupt, we need to Add new call back function for config interrupt. now聽this call back function only used in vhost-vdpa driver Signed-off-by: Cindy Lu --- hw/virtio/trace-events| 2 ++ hw/virtio/vhost-vdpa.c| 7 +++ include/hw/virtio/vhost-back