OASIS Open Mailing List Archives  ·  All Lists  ·  virtio  ·  2022-04

virtio — archive

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]

[PATCH] conformance: hook up GPU device normative statements


These statements already exist, but were not linked in the conformance section. Signed-off-by: Cornelia Huck <[email protected]> --- I think this one can go in as an editorial update, at it just seems to have been missed. However, I think we need to go over the GPU spec: it seems to have a lot of MUST etc. language that is not in any normative section. No driver normative sections also seem to point to some possible omissions. Probably 1.3 material, though. --- conformance.tex 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/conformance.tex b/conformance.tex index 42f853762ebe..9807c307fc54 100644 --- a/conformance.tex +++ b/conformance.tex @@ -48,6 +48,7 @@ section{Conformance Targets}label{sec:Conformance / Conformance Targets} ef{sec:Conformance / Device Conformance / Entropy Device Conformance}, ef{sec:Conformance / Device Conformance / Traditional Memory Balloon Device Conformance}, ef{sec:Conformance / Device Conformance / SCSI Host Device Conformance}, + ef{sec:Conformance / Device Conformance / GPU Device Conformance}, ef{sec:Conformance / Device Conformance / Input Device Conformance}, ef{sec:Conformance / Device Conformance / Crypto Device Conformance}, ef{sec:Conformance / Device Conformance / Socket Device Conformance}, @@ -453,6 +454,15 @@ section{Conformance Targets}label{sec:Conformance / Conformance Targets} item ef{devicenormative:Device Types / SCSI Host Device / Device Operation / Device Operation: eventq} end{itemize} +conformance{subsection}{GPU Device Conformance}label{sec:Conformance / Device Conformance / GPU Device Conformance} + +A GPU device MUST conform to the following normative statements: + +egin{itemize} +item ef{devicenormative:Device Types / GPU Device / Device Initialization} +item ef{devicenormative:Device Types / GPU Device / Device Operation / Device Operation: Command lifecycle and fencing} +end{itemize} + conformance{subsection}{Input Device Conformance}label{sec:Conformance / Device Conformance / Input Device Conformance} An input device MUST conform to the following normative statements: -- 2.34.1

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]