summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-25 12:22:22 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-11-25 12:22:22 +0000
commitd6fa22979ad40b8b0621f8395093f2e732764236 (patch)
tree9fc4d87deb8e93a7f219263739f2cc84b9bb5690
parent3e36dad897ca4b3e2a8160ff746c6b00d51b1dd5 (diff)
minor: format tables in a standard way
Make horisontal separators be +-----+ everywhere. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@100 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r--virtio-v1.0-wd01-part1-specification.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt
index 4461a91..fc856cc 100644
--- a/virtio-v1.0-wd01-part1-specification.txt
+++ b/virtio-v1.0-wd01-part1-specification.txt
@@ -1821,7 +1821,7 @@ importantly SENSE ID.
For a virtio-ccw proxy device, SENSE ID will return the following
information:
-------------------------------------------------------
++-------+--------------------------------------------+
| Bytes | Contents |
|-------|--------------------------------------------|
| 0 | reserved | 0xff |
@@ -1835,7 +1835,7 @@ information:
| 6 | device model | zeroes (unset) |
|-------|-----------------------|--------------------|
| 7-255 | extended SenseId data | zeroes (unset) |
-------------------------------------------------------
++-------+--------------------------------------------+
A driver for virtio-ccw devices MUST check for a control unit
type of 0x3832 and MUST ignore the device type and model.
@@ -1897,7 +1897,7 @@ data portion and data revision-dependent additional desired options.
The following values are supported:
-------------------------------------------------------------------
++----------+--------+-----------+--------------------------------+
| revision | length | data | remarks |
|----------|--------|-----------|--------------------------------|
| 0 | 0 | <empty> | legacy interface; transitional |
@@ -1906,7 +1906,7 @@ The following values are supported:
| 1 | 0 | <empty> | Virtio 1.0 |
|----------|--------|-----------|--------------------------------|
| 2-n | | | reserved for later revisions |
-------------------------------------------------------------------
++----------+--------+-----------+--------------------------------+
Note that a change in the virtio standard does not neccessarily
correspond to a change in the virtio-ccw revision.