diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-03-13 03:14:50 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-03-13 03:14:50 +0000 |
commit | 711c7742e232597cdf213b45f7c13eee4e6d6bf8 (patch) | |
tree | 3c635780b2301b3d7ecb486ff2ba3584518851d4 /conformance.tex | |
parent | c4ab14e84b4ed80e360fd1467d4ec6610af1234b (diff) |
VIRTIO-60: avoid vring and VIRTIO_RING.
These are never introduced, so use simpler names: virtq* for structures
and VIRTIO_ for features.
I added two notes about the old names, for helping people coming from
the old spec.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@327 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'conformance.tex')
-rw-r--r-- | conformance.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conformance.tex b/conformance.tex index 4896729..942afac 100644 --- a/conformance.tex +++ b/conformance.tex @@ -252,7 +252,7 @@ REQUIRED level requirements for the legacy interface for the transitional devices and drivers. The requirements for the legacy interface for transitional implementations -are located in sections named "Legacy Interface" listed below: +are located in sections named ``Legacy Interface'' listed below: \begin{itemize} \item Section \ref{sec:Basic Facilities of a Virtio Device / Feature Bits / Legacy Interface: A Note on Feature Bits} |