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: <[email protected]> > Acked-by: Mark Cave-Ayland <[email protected]> > Signed-off-by: Alex Bennée <[email protected]> > > --- > 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 <[email protected]> -- viresh
