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

2024-01-04 Thread Alex Bennée
Leo Yan writes: > 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. Queued

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

2024-01-03 Thread Alex Bennée
Leo Yan writes: > Hi Michael, > > On Mon, Dec 25, 2023 at 11:06:35AM -0500, Michael S. Tsirkin wrote: >> On Mon, Nov 20, 2023 at 12:37:17PM +0800, Leo Yan wrote: >> > This series is to refactor vhost stub vhost-user-input. >> > >> > Since vhost input stub requires set_config() callback for commu

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

2023-12-29 Thread Leo Yan
Hi Michael, On Mon, Dec 25, 2023 at 11:06:35AM -0500, Michael S. Tsirkin wrote: > On Mon, Nov 20, 2023 at 12:37:17PM +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 configur

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

2023-12-25 Thread Michael S. Tsirkin
On Mon, Nov 20, 2023 at 12:37:17PM +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

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

2023-11-20 Thread Michael S. Tsirkin
On Mon, Nov 20, 2023 at 12:37:17PM +0800, Leo Yan wrote: > This series is to refactor vhost stub vhost-user-input. I tagged this. Given we are in freeze, this will me merged after the release. To help make sure I don't lose this please ping me after the release. Thanks!

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

2023-11-19 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