diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-11-25 12:22:49 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-11-25 12:22:49 +0000 |
commit | 8b579fdca9d3176b48efc80bce585d3e279b220a (patch) | |
tree | 1c77b2f677a74259be59a51d71501429d4ccfc9e /virtio-v1.0-wd01-part1-specification.txt | |
parent | f5a01d1e1af920e6c478c4b86b6f42aa8418470c (diff) |
minor: fix up section cross references
Use consistent "number. name" everywhere.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@102 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-wd01-part1-specification.txt')
-rw-r--r-- | virtio-v1.0-wd01-part1-specification.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index 1713317..ba3ecae 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -1528,7 +1528,7 @@ configuration space. The following list presents their layout: register triggers a device reset, including clearing all bits in the InterruptStatus register and ready bits in the QueueReady register for all queues in the device. - See also p. 2.3.2.3.1. "Device Initialization". + See also p. "2.3.2.3.1. Device Initialization". * 0x080 | W | QueueDescLow 0x084 | W | QueueDescHigh @@ -1593,7 +1593,7 @@ and if its value is zero (0x0) must abort initialization and must not access any other register. Further initialization must follow the procedure described in -p. 2.2.1. "Device Initialization". +p. "2.2.1. Device Initialization". 2.3.2.3.2. Virtqueue Configuration ---------------------------------- @@ -1752,9 +1752,9 @@ The virtual queue page size is defined by writing to the GuestPageSize register, as written by the guest. This must be done before the virtual queues are configured. -The virtual queue layout follows p. 2.1.4.1. "Legacy Interfaces: A Note -on Virtqueue Layout", with the alignment defined in the QueueAlign -register. +The virtual queue layout follows +p. "2.1.4.1. Legacy Interfaces: A Note on Virtqueue Layout", +with the alignment defined in the QueueAlign register. The virtual queue is configured as follows: |