diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-16 03:18:18 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2013-08-16 03:18:18 +0000 |
commit | e0ed2357e8746598061fc0f10f9b4cb6de7c5178 (patch) | |
tree | 5fd01e88fb236c4c19866b3d76e0672fd5625cda | |
parent | 93e42c5e4bb06dd3e7fc82e71e06f7616c842b6a (diff) |
2.6 Reserved Feature Bits: fix count.
Ported from draft, commit b0037d5d207dba8a66cb7616608164a3f46a8971
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@6 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | virtio-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio-spec.txt b/virtio-spec.txt index 25ab6a0..0199b5a 100644 --- a/virtio-spec.txt +++ b/virtio-spec.txt @@ -2460,7 +2460,7 @@ contents of the event field. The following events are defined: 2.6 Reserved Feature Bits ========================= -Currently there are five device-independent feature bits defined: +Currently there are three device-independent feature bits defined: VIRTIO_F_NOTIFY_ON_EMPTY (24) Negotiating this feature indicates that the driver wants an interrupt if the device runs |