Re: [PATCH v3 for 7.2 00/21] virtio-gpio and various virtio cleanups

2022-07-26 Thread Michael S. Tsirkin
On Tue, Jul 26, 2022 at 08:21:29PM +0100, Alex Bennée wrote: > Hi, > > After much slogging through the vhost-user code I've gotten the > virtio-gpio device working again. The core change in pushing the > responsibility for VHOST_USER_F_PROTOCOL_FEATURES down to the > vhost-user layer (which knows

[PATCH v3 for 7.2 00/21] virtio-gpio and various virtio cleanups

2022-07-26 Thread Alex Bennée
Hi, After much slogging through the vhost-user code I've gotten the virtio-gpio device working again. The core change in pushing the responsibility for VHOST_USER_F_PROTOCOL_FEATURES down to the vhost-user layer (which knows it needs it). We still need to account for that in virtio-gpio because th