diff options
author | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-30 11:04:47 +0000 |
---|---|---|
committer | mstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-30 11:04:47 +0000 |
commit | 2f586373ebdf50cd46f3a640686144506afafbba (patch) | |
tree | d25907fc9d6049c6407245eb3465d195d364f846 /virtio-v1.0-wd01-part1-specification.txt | |
parent | 1ecf60ea5425607bd85594afad104be31f2a34a6 (diff) |
formatting: fix two xrefs
Fix incorrect section number in one xref, fill in
actual targets for another.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@28 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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt index 2aa57e8..255c653 100644 --- a/virtio-v1.0-wd01-part1-specification.txt +++ b/virtio-v1.0-wd01-part1-specification.txt @@ -78,9 +78,10 @@ Driver 2.1. Basic Facilities of a Virtio Device ======================================= -A virtio device is discovered and identified by a bus-specific method -(see the bus specific sections *XREF*). Each device consists of the following -parts: +A virtio device is discovered and identified by a bus-specific +method (see the bus specific sections: "2.3.1. Virtio Over PCI +Bus" and "2.3.2. Virtio Over MMIO"). Each device consists of the +following parts: o Device Status field o Feature bits @@ -2526,7 +2527,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.1.4.3.1. 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 |