summaryrefslogtreecommitdiff
path: root/content.tex
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-26 03:20:46 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-26 03:20:46 +0000
commitb789c0ab2ffca627f908765bb34408b5f3f89d85 (patch)
treea544bb74bd1c36831605337e83cddabd0e37d728 /content.tex
parent86e4e22fcb381dcb8cd9a795b527676b4d46e577 (diff)
Feedback: add normative marker.
From http://docs.oasis-open.org/templates/TCHandbook/ConformanceGuidelines.html: Normative statements MUST be referenceable so that a statement may be referenced from another part of a specification, but more importantly so they can be referenced from Conformance Clauses. Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@265 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r--content.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex
index 6ab0caa..1589ddb 100644
--- a/content.tex
+++ b/content.tex
@@ -40,11 +40,13 @@ following bits are defined:
even a fatal error during device operation.
\end{description}
+\drivernormative{Basic Facilities of a Virtio Device / Device Status Field}
The driver MUST update \field{device status} in the order above to
indicate the driver's progress. The driver MUST NOT clear a
\field{device status} bit. If the driver sets the FAILED bit,
it MUST reset the device before attempting to re-initialize.
+\devicenormative{Basic Facilities of a Virtio Device / Device Status Field}
The device MUST initialize \field{device status} to 0 upon reset.
\section{Feature Bits}\label{sec:Basic Facilities of a Virtio Device / Feature Bits}