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

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


On 09-10-23, 10:59, Alex Bennée wrote:
> Now we can take advantage of the new base class and make
> vhost-user-i2c 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-13-alex.bennee at linaro.org>
> Acked-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
> Signed-off-by: Alex Bennée <alex.bennee at linaro.org>
> 
> ---
> v2
>   - update to new inheritance scheme
>   - move build to common code
> v3
>   - fix merge conflict in meson
>   - style updates, remove duplicate includes
> v4
>   - use vqsize
> ---
>  include/hw/virtio/vhost-user-i2c.h |  14 +-
>  hw/virtio/vhost-user-i2c.c         | 272 ++---------------------------
>  hw/virtio/meson.build              |   5 +-
>  3 files changed, 23 insertions(+), 268 deletions(-)

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

-- 
viresh



More information about the Virtio-fs mailing list