Re: [PATCH v1 0/4] virtio: Refactor vhost input stub

2023-11-13 Thread Leo Yan
Hi Michael, On Mon, Nov 13, 2023 at 01:29:49AM -0500, Michael S. Tsirkin wrote: [...] > > The series is based on "[PATCH v8 0/7] virtio: cleanup > > vhost-user-generic and reduce c&p" which introduces vhost-user-base. > > Based-on: <20231107180752.3458672-1-alex.ben...@linaro.org> > > > That p

Re: [PATCH v1 0/4] virtio: Refactor vhost input stub

2023-11-12 Thread Michael S. Tsirkin
On Mon, Nov 13, 2023 at 09:16:38AM +0800, Leo Yan wrote: > This series is to refactor vhost stub vhost-user-input. > > Since vhost input stub requires set_config() callback for communication > event configurations between the backend and the guest, patch 01 is a > preparison for support set_config

[PATCH v1 0/4] virtio: Refactor vhost input stub

2023-11-12 Thread Leo Yan
This series is to refactor vhost stub vhost-user-input. Since vhost input stub requires set_config() callback for communication event configurations between the backend and the guest, patch 01 is a preparison for support set_config() callback in vhost-user-base. The patch 02 is to add documentati