summaryrefslogtreecommitdiff
path: root/virtio-v1.0-wd01-part1-specification.txt
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-08-29 15:33:08 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-08-29 15:33:08 +0000
commitacd8e684cef21cc291440eff4575e3e6f349891f (patch)
treedb0a2a1623e6352fecc77f830b628f821ba9e150 /virtio-v1.0-wd01-part1-specification.txt
parentb03b3a81f8fa8591a529e5b351b631dc9c44531c (diff)
formatting: more fixups
Fix up formatting for cross-references e.g. (see X.Y.Z. Foo Bar) to match section names. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@18 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-wd01-part1-specification.txt')
-rw-r--r--virtio-v1.0-wd01-part1-specification.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt
index 7126630..1d99d36 100644
--- a/virtio-v1.0-wd01-part1-specification.txt
+++ b/virtio-v1.0-wd01-part1-specification.txt
@@ -747,7 +747,7 @@ This is done as follows, for each virtqueue a device has:
2. Read the virtqueue size from the Queue Size field, which is
always a power of 2. This controls how big the virtqueue is
- (see 2.1.4 Virtqueues). If this field is 0, the virtqueue does not exist.
+ (see 2.1.4. Virtqueues). If this field is 0, the virtqueue does not exist.
3. Allocate and zero virtqueue in contiguous physical memory, on
a 4096 byte alignment. Write the physical address, divided by
@@ -1299,14 +1299,14 @@ the different features the driver negotiated.
the num_buffers field is set to zero.
4. The header and packet are added as one output buffer to the
- transmitq, and the device is notified of the new entry (see 2.4.1.4
+ transmitq, and the device is notified of the new entry (see 2.4.1.4.
Notifying The Device).[20]
2.5.1.5.1.1. Packet Transmission Interrupt
-----------------------------------------
Often a driver will suppress transmission interrupts using the
-VRING_AVAIL_F_NO_INTERRUPT flag (see 2.4.2 Receiving Used Buffers From
+VRING_AVAIL_F_NO_INTERRUPT flag (see 2.4.2. Receiving Used Buffers From
The Device) and check for used packets in the transmit path of following
packets. However, it will still receive interrupts if the
VIRTIO_F_NOTIFY_ON_EMPTY feature is negotiated, indicating that
@@ -2525,7 +2525,7 @@ Currently there are four device-independent feature bits defined:
VIRTIO_F_RING_INDIRECT_DESC (28) Negotiating this feature indicates
that the driver can use descriptors with the VRING_DESC_F_INDIRECT
- flag set, as described in 2.3.3 Indirect Descriptors.
+ flag set, as described in 2.3.3. Indirect Descriptors.
VIRTIO_F_RING_EVENT_IDX(29) This feature enables the used_event
and the avail_event fields. If set, it indicates that the