Re: [PATCH v2 1/4] hw/virtio: Support set_config() callback in vhost-user-base

2023-11-14 Thread Marc-André Lureau
On Mon, Nov 13, 2023 at 11:04 PM Leo Yan wrote: > > The Virtio input device invokes set_config() callback for retrieving > the event configuration info, but the callback is not supported in > vhost-user-base. > > This patch adds support set_config() callback in vhost-user-base. > > Signed-off-by:

[PATCH v2 1/4] hw/virtio: Support set_config() callback in vhost-user-base

2023-11-13 Thread Leo Yan
The Virtio input device invokes set_config() callback for retrieving the event configuration info, but the callback is not supported in vhost-user-base. This patch adds support set_config() callback in vhost-user-base. Signed-off-by: Leo Yan --- hw/virtio/vhost-user-base.c | 17