From 8b579fdca9d3176b48efc80bce585d3e279b220a Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Mon, 25 Nov 2013 12:22:49 +0000 Subject: minor: fix up section cross references Use consistent "number. name" everywhere. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@102 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-v1.0-wd01-part1-specification.txt | 10 +++++----- 1 file 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: -- cgit v1.2.3