From e17291df32e1f0deb041c3df8321b9cc0101ee53 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Thu, 29 Aug 2013 13:57:53 +0000 Subject: virtio: fix feature bit thinko 32 Feature bits means 0 to 31, not 32. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@16 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- virtio-v1.0-wd01-part1-specification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtio-v1.0-wd01-part1-specification.txt') 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 -- cgit v1.2.3