From d6fa22979ad40b8b0621f8395093f2e732764236 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Mon, 25 Nov 2013 12:22:22 +0000 Subject: minor: format tables in a standard way Make horisontal separators be +-----+ everywhere. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@100 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-v1.0-wd01-part1-specification.txt | 8 ++++---- 1 file 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 | | legacy interface; transitional | @@ -1906,7 +1906,7 @@ The following values are supported: | 1 | 0 | | 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. -- cgit v1.2.3