Re: [PATCH v9 05/10] vhost-vdpa: add support for config interrupt call back

2021-10-19 Thread Cindy Lu
On Tue, Oct 19, 2021 at 2:55 PM Michael S. Tsirkin wrote: > > On Thu, Sep 30, 2021 at 10:33:43AM +0800, Cindy Lu wrote: > > Add new call back function in vhost-vdpa, this call back function will > > set the fb number to hardware. > > > > Signed-off-by: Cindy Lu > > fb being what? you mean fd. sai

Re: [PATCH v9 05/10] vhost-vdpa: add support for config interrupt call back

2021-10-18 Thread Michael S. Tsirkin
On Thu, Sep 30, 2021 at 10:33:43AM +0800, Cindy Lu wrote: > Add new call back function in vhost-vdpa, this call back function will > set the fb number to hardware. > > Signed-off-by: Cindy Lu fb being what? you mean fd. said fd doing what exactly? all this needs to be in the commit log pls. > -

[PATCH v9 05/10] vhost-vdpa: add support for config interrupt call back

2021-09-29 Thread Cindy Lu
Add new call back function in vhost-vdpa, this call back function will set the fb number to hardware. Signed-off-by: Cindy Lu --- hw/virtio/trace-events | 2 ++ hw/virtio/vhost-vdpa.c | 7 +++ 2 files changed, 9 insertions(+) diff --git a/hw/virtio/trace-events b/hw/virtio/trace-events inde