* [PATCH] content: Reserve ID 50 for video encoder/decoder device
@ 2025-10-27 20:33 Alexander Gordeev
2025-10-29 13:04 ` Manos Pitsidianakis
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Alexander Gordeev @ 2025-10-27 20:33 UTC (permalink / raw)
To: virtio-comment; +Cc: quic_tsoni, quic_svaddagi, Manos Pitsidianakis
Virtio video encoder/decoder device provides a stateful API for video
encoding and decoding.
IDs 30 and 31 are already reserved for devices providing only one of
the two functions. There are use-cases for a device providing both
functions, so a new ID is reserved after a discussion on the ML ([1]).
[1] https://lore.kernel.org/virtio-comment/20241223055543-mutt-send-email-mst@kernel.org/
Signed-off-by: Alexander Gordeev <alexander.gordeev@oss.qualcomm.com>
---
content.tex | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content.tex b/content.tex
index 5de811f..243ce2d 100644
--- a/content.tex
+++ b/content.tex
@@ -803,6 +803,8 @@ \chapter{Device Types}\label{sec:Device Types}
\hline
49 & USB controller \\
\hline
+50 & Video encoder/decoder device \\
+\hline
\end{longtable}
Some of the devices above are unspecified by this document,
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] content: Reserve ID 50 for video encoder/decoder device
2025-10-27 20:33 [PATCH] content: Reserve ID 50 for video encoder/decoder device Alexander Gordeev
@ 2025-10-29 13:04 ` Manos Pitsidianakis
2025-10-29 17:49 ` Matias Ezequiel Vara Larsen
2025-11-18 12:37 ` Alexander Gordeev
2 siblings, 0 replies; 4+ messages in thread
From: Manos Pitsidianakis @ 2025-10-29 13:04 UTC (permalink / raw)
To: Alexander Gordeev; +Cc: virtio-comment, quic_tsoni, quic_svaddagi
On Mon, Oct 27, 2025 at 10:34 PM Alexander Gordeev
<alexander.gordeev@oss.qualcomm.com> wrote:
>
> Virtio video encoder/decoder device provides a stateful API for video
> encoding and decoding.
>
> IDs 30 and 31 are already reserved for devices providing only one of
> the two functions. There are use-cases for a device providing both
> functions, so a new ID is reserved after a discussion on the ML ([1]).
>
> [1] https://lore.kernel.org/virtio-comment/20241223055543-mutt-send-email-mst@kernel.org/
>
> Signed-off-by: Alexander Gordeev <alexander.gordeev@oss.qualcomm.com>
> ---
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> content.tex | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/content.tex b/content.tex
> index 5de811f..243ce2d 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -803,6 +803,8 @@ \chapter{Device Types}\label{sec:Device Types}
> \hline
> 49 & USB controller \\
> \hline
> +50 & Video encoder/decoder device \\
> +\hline
> \end{longtable}
>
> Some of the devices above are unspecified by this document,
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] content: Reserve ID 50 for video encoder/decoder device
2025-10-27 20:33 [PATCH] content: Reserve ID 50 for video encoder/decoder device Alexander Gordeev
2025-10-29 13:04 ` Manos Pitsidianakis
@ 2025-10-29 17:49 ` Matias Ezequiel Vara Larsen
2025-11-18 12:37 ` Alexander Gordeev
2 siblings, 0 replies; 4+ messages in thread
From: Matias Ezequiel Vara Larsen @ 2025-10-29 17:49 UTC (permalink / raw)
To: Alexander Gordeev
Cc: virtio-comment, quic_tsoni, quic_svaddagi, Manos Pitsidianakis
On Mon, Oct 27, 2025 at 09:33:56PM +0100, Alexander Gordeev wrote:
> Virtio video encoder/decoder device provides a stateful API for video
> encoding and decoding.
>
> IDs 30 and 31 are already reserved for devices providing only one of
> the two functions. There are use-cases for a device providing both
> functions, so a new ID is reserved after a discussion on the ML ([1]).
>
> [1] https://lore.kernel.org/virtio-comment/20241223055543-mutt-send-email-mst@kernel.org/
>
> Signed-off-by: Alexander Gordeev <alexander.gordeev@oss.qualcomm.com>
> ---
Reviewed-by: Matias Ezequiel Vara Larsen <mvaralar@redhat.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] content: Reserve ID 50 for video encoder/decoder device
2025-10-27 20:33 [PATCH] content: Reserve ID 50 for video encoder/decoder device Alexander Gordeev
2025-10-29 13:04 ` Manos Pitsidianakis
2025-10-29 17:49 ` Matias Ezequiel Vara Larsen
@ 2025-11-18 12:37 ` Alexander Gordeev
2 siblings, 0 replies; 4+ messages in thread
From: Alexander Gordeev @ 2025-11-18 12:37 UTC (permalink / raw)
To: virtio-comment; +Cc: Manos Pitsidianakis, tsoni, Matias Ezequiel Vara Larsen
On 27/10/2025 21:33, Alexander Gordeev wrote:
> Virtio video encoder/decoder device provides a stateful API for video
> encoding and decoding.
>
> IDs 30 and 31 are already reserved for devices providing only one of
> the two functions. There are use-cases for a device providing both
> functions, so a new ID is reserved after a discussion on the ML ([1]).
>
> [1] https://lore.kernel.org/virtio-comment/20241223055543-mutt-send-email-mst@kernel.org/
>
> Signed-off-by: Alexander Gordeev <alexander.gordeev@oss.qualcomm.com>
> ---
> content.tex | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/content.tex b/content.tex
> index 5de811f..243ce2d 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -803,6 +803,8 @@ \chapter{Device Types}\label{sec:Device Types}
> \hline
> 49 & USB controller \\
> \hline
> +50 & Video encoder/decoder device \\
> +\hline
> \end{longtable}
>
> Some of the devices above are unspecified by this document,
Thanks for the reviews!
Could we please open a voting ballot for these changes?
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/235
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-18 12:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27 20:33 [PATCH] content: Reserve ID 50 for video encoder/decoder device Alexander Gordeev
2025-10-29 13:04 ` Manos Pitsidianakis
2025-10-29 17:49 ` Matias Ezequiel Vara Larsen
2025-11-18 12:37 ` Alexander Gordeev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox