summaryrefslogtreecommitdiff
path: root/cl-cs03.tex
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2016-02-16 17:10:51 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2016-02-16 17:10:51 +0000
commit4331df88a9c1db818c600d93e44b9cabab04e525 (patch)
tree231d109f029e7af4bd22c9687e0d6c213a916a2e /cl-cs03.tex
parentbf1f8adf9939f16d604d9dce27b1fd5b9332d73d (diff)
virtio-ring.h -> virtio-queue.h
Since vring* and VRING* have been replaced with virtq* and VIRTQ* respectively, rename the header virtio_ring.h to virtio_queue.h. Suggested-by: Kevin Lo <kevlo@kevlo.org> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio/branches/v1.0@558 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'cl-cs03.tex')
-rw-r--r--cl-cs03.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-cs03.tex b/cl-cs03.tex
index ab26d64..72925ca 100644
--- a/cl-cs03.tex
+++ b/cl-cs03.tex
@@ -43,7 +43,7 @@ virtio-ring: comment fixup
virtio_ring.h included with spec has this text:
/* Support for avail_idx and used_idx fields */
it should really refer to avail_event and used_event.
-See Appendix \ref{sec:virtio-ring.h}.
+See Appendix \ref{sec:virtio-queue.h}.
} \\
\hline
486 & 15 Mar 2015 & Jason Wang & {VIRTIO-136: