Re: [PATCH 3/8] vhost-user-video: boiler plate code for vhost-user-video device
Hi Alex, Thanks for reviewing. On Tue, 11 Jan 2022, Alex Bennée wrote: > > Peter Griffin writes: > > > Signed-off-by: Peter Griffin > > --- > > hw/display/Kconfig | 5 + > > hw/display/meson.build | 3 + > > hw/display/vhost-user-video.c| 386 +
Re: [PATCH 3/8] vhost-user-video: boiler plate code for vhost-user-video device
Peter Griffin writes: > Signed-off-by: Peter Griffin > --- > hw/display/Kconfig | 5 + > hw/display/meson.build | 3 + > hw/display/vhost-user-video.c| 386 +++ > include/hw/virtio/vhost-user-video.h | 41 +++ > 4 files chan