Re: [PATCH v9 04/10] vhost: add new call back function for config interrupt

2021-10-19 Thread Cindy Lu
On Tue, Oct 19, 2021 at 2:52 PM Michael S. Tsirkin wrote: > > On Thu, Sep 30, 2021 at 10:33:42AM +0800, Cindy Lu wrote: > > To support the config interrupt, we need to > > add a new call back function for config interrupt. > > > > Signed-off-by: Cindy Lu > > Pls make commit log more informative.

Re: [PATCH v9 04/10] vhost: add new call back function for config interrupt

2021-10-18 Thread Michael S. Tsirkin
On Thu, Sep 30, 2021 at 10:33:42AM +0800, Cindy Lu wrote: > To support the config interrupt, we need to > add a new call back function for config interrupt. > > Signed-off-by: Cindy Lu Pls make commit log more informative. Doing what? Called back when? > --- > include/hw/virtio/vhost-backend.

[PATCH v9 04/10] vhost: add new call back function for config interrupt

2021-09-29 Thread Cindy Lu
To support the config interrupt, we need to add a new call back function for config interrupt. Signed-off-by: Cindy Lu --- include/hw/virtio/vhost-backend.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/hw/virtio/vhost-backend.h b/include/hw/virtio/vhost-backend.h index 8475c5a