From acd8e684cef21cc291440eff4575e3e6f349891f Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Thu, 29 Aug 2013 15:33:08 +0000 Subject: 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 git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@18 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-v1.0-wd01-part1-specification.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'virtio-v1.0-wd01-part1-specification.txt') 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 -- cgit v1.2.3