[Virtio-fs] [PATCH v4 3/6] hw/virtio: derive vhost-user-gpio from vhost-user-base

Viresh Kumar viresh.kumar at linaro.org
Mon Oct 9 10:59:01 UTC 2023


On 09-10-23, 10:59, Alex Bennée wrote:
> Now the new base class supports config handling we can take advantage
> and make vhost-user-gpio a much simpler boilerplate wrapper. Also as
> this doesn't require any target specific hacks we only need to build
> the stubs once.
> 
> Message-Id: <20230418162140.373219-12-alex.bennee at linaro.org>
> Signed-off-by: Alex Bennée <alex.bennee at linaro.org>
> Acked-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
> 
> ---
> v2
>   - use new vhost-user-base
>   - move build to common code
> v3
>   - fix inadvertent double link
> v4
>   - merge conflict
>   - update includes
> ---
>  include/hw/virtio/vhost-user-gpio.h |  23 +-
>  hw/virtio/vhost-user-gpio.c         | 407 ++--------------------------
>  hw/virtio/meson.build               |   5 +-
>  3 files changed, 22 insertions(+), 413 deletions(-)

Looks nice. Thanks.

Acked-by: Viresh Kumar <viresh.kumar at linaro.org>

-- 
viresh



More information about the Virtio-fs mailing list