[PATCH v12 00/10] Introduce device group and device management

From
Parav Pandit <>
Date
2023-04-24T22:18:00+00:00
ID
Thread
[PATCH v12 00/10] Introduce device group and device management
On 4/24/2023 12:44 PM, Michael S. Tsirkin wrote:
> vq reset and shared memory are unsupported, too.
>
> Signed-off-by: Michael S. Tsirkin <>
> Fixes: https://github.com/oasis-tcs/virtio-spec/issues/160
> Reviewed-by: Stefan Hajnoczi <>
> Reviewed-by: Zhu Lingshan <>
>
> ---
>
> changes in v12:
> address comment by parav
> ---
>
content.tex | 4 +++-
>
1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/content.tex b/content.tex
> index 1bc9af0..fe032ac 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2988,11 +2988,13 @@ \subsubsection{Resetting Devices}\label{sec:Virtio Transport Options / Virtio ov
>
>
\subsection{Features reserved for future use}\label{sec:Virtio Transport Options / Virtio over channel I/O / Features reserved for future use}
>
> -At this time, devices and drivers utilizing Virtio over channel I/O
> +Devices and drivers utilizing Virtio over channel I/O
>
do not support the following features:
>
\begin{itemize}
>
>
\item VIRTIO_F_ADMIN_VQ
> +\item VIRTIO_F_RING_RESET
> +\item Shared memory regions including VIRTIO_PMEM_F_SHMEM_REGION

Please add VIRTIO_F_NOTIF_CONFIG_DATA to this list if you respin v13.
Else I will take care to add it subsequent to this series.

Reviewed-by: Parav Pandit <>