summaryrefslogtreecommitdiff
path: root/virtio-v1.0-wd01-part1-specification.txt
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-25 12:21:14 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-25 12:21:14 +0000
commit2de92a634f94d704b9c832819c543d0ea31f1c93 (patch)
tree20615cad5a29e90df023790363ab6b0853c291c0 /virtio-v1.0-wd01-part1-specification.txt
parent678fcbc2d99bee8c69ba55230a89769a91cd4a96 (diff)
minor: add dots after section numbers
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@95 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-wd01-part1-specification.txt')
-rw-r--r--virtio-v1.0-wd01-part1-specification.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt
index 7054827..b407391 100644
--- a/virtio-v1.0-wd01-part1-specification.txt
+++ b/virtio-v1.0-wd01-part1-specification.txt
@@ -158,7 +158,7 @@ In particular, new fields in the device configuration space are
indicated by offering a feature bit, so the guest can check
before accessing that part of the configuration space.
-2.1.2.1 Legacy Interface: A Note on transitions from earlier drafts
+2.1.2.1. Legacy Interface: A Note on transitions from earlier drafts
--------------------------------------
Earlier drafts of this specification (up to 0.9.X) defined a similar, but
@@ -387,7 +387,7 @@ descriptors!
Regrettably, initial driver implementations used simple layouts, and
devices came to rely on it, despite this specification wording. In
addition, the specification for virtio_blk SCSI commands required
-intuiting field lengths from frame boundaries (see "2.4.2.5.1 Legacy
+intuiting field lengths from frame boundaries (see "2.4.2.5.1. Legacy
Interface: Device Operation")
It is thus recommended that when using legacy interfaces, transitional
@@ -816,7 +816,7 @@ for informational purposes by the guest).
All Drivers must match devices with any Revision ID, this
is to allow devices to be versioned without breaking drivers.
-2.3.1.1.1 Legacy Interfaces: A Note on PCI Device Discovery
+2.3.1.1.1. Legacy Interfaces: A Note on PCI Device Discovery
-------------------------
Transitional devices must have a Revision ID of 0 to match
legacy drivers.
@@ -2457,7 +2457,7 @@ case, the packet itself is preceeded by a header:
The controlq is used to control device features such as
filtering.
-100.4.1.5.1 Legacy Interface: Device Operation
+100.4.1.5.1. Legacy Interface: Device Operation
------------------------
For legacy devices, the fields in struct virtio_net_hdr are the
native endian of the guest rather than (necessarily) little-endian.
@@ -2765,7 +2765,7 @@ device except where noted.
VIRTIO_BLK_F_TOPOLOGY (10) Device exports information on optimal I/O
alignment.
-2.4.2.3.1 Legacy Interface: Feature bits
+2.4.2.3.1. Legacy Interface: Feature bits
--------------------
VIRTIO_BLK_F_BARRIER (0) Host supports request barriers.
@@ -2891,7 +2891,7 @@ error or VIRTIO_BLK_S_UNSUPP for a request unsupported by host:
Any writes completed before the submission of the flush command should
be committed to non-volatile storage by the device.
-2.4.2.5.1 Legacy Interface: Device Operation
+2.4.2.5.1. Legacy Interface: Device Operation
------------------------
For legacy devices, the fields in struct virtio_blk_req are the
native endian of the guest rather than (necessarily) little-endian.
@@ -3271,7 +3271,7 @@ as follows:
le64 val;
} __attribute__((packed));
-2.4.5.6.1.1 Legacy Interface: Memory Statistics
+2.4.5.6.1.1. Legacy Interface: Memory Statistics
---------------------------
For legacy devices, the fields in struct virtio_balloon_stat are the
native endian of the guest rather than (necessarily) little-endian.
@@ -3872,7 +3872,7 @@ In addition, bit 30 is used by qemu's implementation to check for experimental
early versions of virtio which did not perform correct feature negotiation,
and should not be used.
-2.5.1 Legacy Interface: Reserved Feature Bits
+2.5.1. Legacy Interface: Reserved Feature Bits
--------------------------------------------
Legacy or transitional devices may offer the following: