summaryrefslogtreecommitdiff
path: root/virtio-v1.0-wd01-part1-specification.txt
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-08-29 13:57:53 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-08-29 13:57:53 +0000
commite17291df32e1f0deb041c3df8321b9cc0101ee53 (patch)
treeb909e682a1ef52d8c33c74ce1780c5d234f9f872 /virtio-v1.0-wd01-part1-specification.txt
parent75fe4e47a33277687f915af14eb0daa688242f3c (diff)
virtio: fix feature bit thinko
32 Feature bits means 0 to 31, not 32. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@16 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'virtio-v1.0-wd01-part1-specification.txt')
-rw-r--r--virtio-v1.0-wd01-part1-specification.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio-v1.0-wd01-part1-specification.txt b/virtio-v1.0-wd01-part1-specification.txt
index a3ee054..3c4260a 100644
--- a/virtio-v1.0-wd01-part1-specification.txt
+++ b/virtio-v1.0-wd01-part1-specification.txt
@@ -134,7 +134,7 @@ Feature bits are allocated as follows:
0 to 23: Feature bits for the specific device type
- 24 to 32: Feature bits reserved for extensions to the queue and
+ 24 to 31: Feature bits reserved for extensions to the queue and
feature negotiation mechanisms
For example, feature bit 0 for a network device (i.e. Subsystem