diff mbox series

[07/12] vhost-user.json: add video type

Message ID 20230322142132.22909-8-aesteve@redhat.com
State New
Headers show
Series Add vhost-user Video decode | expand

Commit Message

Albert Esteve March 22, 2023, 2:21 p.m. UTC
Signed-off-by: Albert Esteve <aesteve@redhat.com>
---
 docs/interop/vhost-user.json | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/docs/interop/vhost-user.json b/docs/interop/vhost-user.json
index b6ade9e493..8c6c1ba400 100644
--- a/docs/interop/vhost-user.json
+++ b/docs/interop/vhost-user.json
@@ -31,6 +31,7 @@ 
 # @rpmsg: virtio remote processor messaging
 # @rproc-serial: virtio remoteproc serial link
 # @scsi: virtio scsi
+# @video: virtio video
 # @vsock: virtio vsock transport
 # @fs: virtio fs (since 4.2)
 #
@@ -52,6 +53,7 @@ 
       'rpmsg',
       'rproc-serial',
       'scsi',
+      'video',
       'vsock',
       'fs'
   ]