Re: [PATCH v4 1/8] media: virtio: Add protocol

From: Brian Daniels

Date: Thu Jun 25 2026 - 15:51:40 EST


> > From: Alexandre Courbot <gnurou@xxxxxxxxx>
> >
> > Add the identifiers and structs used to implement the virtio interface
> > as described in section 5.22 of version 1.4 of the virtio spec:
> >
> > https://docs.oasis-open.org/virtio/virtio/v1.4/csprd01/virtio-v1.4-csprd01-diff-from-v1.2-cs01.html#x1-82200022
> >
> > Signed-off-by: Alexandre Courbot <gnurou@xxxxxxxxx>
> > Co-developed-by: Brian Daniels <briandaniels@xxxxxxxxxx>
> > Signed-off-by: Brian Daniels <briandaniels@xxxxxxxxxx>
>
>
> Please put this under include/uapi/linux/virtio_media.h
>
> we treat guest/host ABI similar to kernel/user ABI,
> and tools know how to find it there.

Staged in v5