diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2016-02-16 17:10:51 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2016-02-16 17:10:51 +0000 |
commit | 4331df88a9c1db818c600d93e44b9cabab04e525 (patch) | |
tree | 231d109f029e7af4bd22c9687e0d6c213a916a2e /headerfile.tex | |
parent | bf1f8adf9939f16d604d9dce27b1fd5b9332d73d (diff) | |
download | virtio-spec-4331df88a9c1db818c600d93e44b9cabab04e525.tar.gz |
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 'headerfile.tex')
-rw-r--r-- | headerfile.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/headerfile.tex b/headerfile.tex index b1a92c2..cdc8114 100644 --- a/headerfile.tex +++ b/headerfile.tex @@ -1,8 +1,8 @@ -\chapter{virtio_ring.h}\label{sec:virtio-ring.h} +\chapter{virtio_queue.h}\label{sec:virtio-queue.h} This file is also available at the link \virtiourlh. All definitions in this section are for non-normative reference only. -\lstinputlisting{virtio-ring.h} +\lstinputlisting{virtio-queue.h} |