Shared memory and vendor-specific configuration structures have been introduced in previous commits.
Update the list of virtio configuration structures so that it includes the shared memory and vendor-specific configuration structures. Signed-off-by: Nikos Dragazis <[email protected]> --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index 3ce768c..b5b2f79 100644 --- a/content.tex +++ b/content.tex @@ -634,6 +634,8 @@ \subsection{Virtio Structure PCI Capabilities}\label{sec:Virtio Transport Option \item ISR Status \item Device-specific configuration (optional) \item PCI configuration access +\item Shared memory regions (optional) +\item Vendor-specific data (optional) \end{itemize} Each structure can be mapped by a Base Address register (BAR) belonging to -- 2.17.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
