forked from oasis-tcs/virtio-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio-iommu: Maintain iommu device spec in separate directory
Place device specification, its driver and device conformance into its own directory to have self contained device specification. Fixes: oasis-tcs#153 Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Parav Pandit <[email protected]> Signed-off-by: Cornelia Huck <[email protected]>
- Loading branch information
1 parent
b067de4
commit b1cf73e
Showing
5 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
\conformance{\subsection}{IOMMU Device Conformance}\label{sec:Conformance / Device Conformance / IOMMU Device Conformance} | ||
|
||
An IOMMU device MUST conform to the following normative statements: | ||
|
||
\begin{itemize} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Feature bits} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device configuration layout} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device operations} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device operations / ATTACH request} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device operations / DETACH request} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device operations / MAP request} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device operations / UNMAP request} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device operations / PROBE request} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device operations / PROBE properties / RESVMEM} | ||
\item \ref{devicenormative:Device Types / IOMMU Device / Device operations / Fault reporting} | ||
\end{itemize} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
\conformance{\subsection}{IOMMU Driver Conformance}\label{sec:Conformance / Driver Conformance / IOMMU Driver Conformance} | ||
|
||
An IOMMU driver MUST conform to the following normative statements: | ||
|
||
\begin{itemize} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Feature bits} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device configuration layout} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device Initialization} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device operations} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device operations / ATTACH request} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device operations / DETACH request} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device operations / MAP request} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device operations / UNMAP request} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device operations / PROBE request} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device operations / PROBE properties / RESVMEM} | ||
\item \ref{drivernormative:Device Types / IOMMU Device / Device operations / Fault reporting} | ||
\end{itemize} |