Re: [PATCH 3/8] vhost-user-video: boiler plate code for vhost-user-video device

2022-02-03 Thread Peter Griffin
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

2022-01-11 Thread Alex Bennée
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

[PATCH 3/8] vhost-user-video: boiler plate code for vhost-user-video device

2021-12-09 Thread Peter Griffin
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 changed, 435 insertions(+) create mode 1006