Hi Michael, On Fri, 10 Dec 2021, Michael S. Tsirkin wrote:
> On Thu, Dec 09, 2021 at 02:55:58PM +0000, Peter Griffin wrote: > > Signed-off-by: Peter Griffin <peter.grif...@linaro.org> > > --- > > include/standard-headers/linux/virtio_video.h | 483 ++++++++++++++++++ > > 1 file changed, 483 insertions(+) > > create mode 100644 include/standard-headers/linux/virtio_video.h > > We generally inherit these files from Linux. > Was the driver posted for inclusion in Linux? Thanks for reviewing. Yes the Linux virtio-video frontend driver was posted sometime back on the linux-media ML [1]. One piece of pushback then was not supporting vicodec/FWHT and also no Qemu support [2] which is what this series is trying to address. The virtio-video spec however is now at rfc v5. So my rough plan was now I have something working with Qemu and vicodec I can move both the frontend driver and the vhost-user-video to latest v5 spec. I'm a bit unclear what the process is to get the virtio-video spec merged though. I think I read somewhere they expect a matching frontend driver implementation? Thanks, Peter. [1] https://patchwork.kernel.org/project/linux-media/cover/20200218202753.652093-1-dmitry.s...@opensynergy.com/ [2] https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg02204.html