OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH] virtio: fix feature bit thinko


32 Feature bits means 0 to 31, not 32.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---

Should I be able to commit this directly?
Not sure how.

 virtio-v1.0-wd01-part1-specification.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 
-- 
MST


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]