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

From
Michael S. Tsirkin <>
Date
2023-05-05T15:41:00+00:00
ID
Thread
[PATCH v13 00/10] Introduce device group and device management
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
---
 transport-ccw.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/transport-ccw.tex b/transport-ccw.tex
index d42ec7f..afb354e 100644
--- a/transport-ccw.tex
+++ b/transport-ccw.tex
@@ -607,6 +607,8 @@ \subsection{Features reserved for future use}\label{sec:Virtio Transport Options
 \begin{itemize}

 \item VIRTIO_F_ADMIN_VQ
+\item VIRTIO_F_RING_RESET
+\item Shared memory regions including VIRTIO_PMEM_F_SHMEM_REGION

 \end{itemize}

--
MST