summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-26 03:17:29 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-26 03:17:29 +0000
commitcf4c71d5652997d4f3032955fbcc2d52f2970df9 (patch)
tree2e93e9fcad187575e84677f0924ca4de8e5d58d6
parent60549f6f0bdb8cefa16e577c5f20f8a53d8168a4 (diff)
Feedback: TAB-555 Bad sub-sectioning (VIRTIO-80)
Reported-by: Patrick Durusau <patrick@durusau.net> Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@257 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r--content.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/content.tex b/content.tex
index 1250a90..8cd408b 100644
--- a/content.tex
+++ b/content.tex
@@ -4332,10 +4332,6 @@ Currently there are four device-independent feature bits defined:
drivers.
\end{description}
-In addition, bit 30 is used by qemu's implementation to check for experimental
-early versions of virtio which did not perform correct feature negotiation,
-and should not be used.
-
\section{Legacy Interface: Reserved Feature Bits}\label{sec:Reserved Feature Bits / Legacy Interface: Reserved Feature Bits}
Legacy or transitional devices may offer the following:
@@ -4355,6 +4351,10 @@ Legacy or transitional devices may offer the following:
\item[VIRTIO_F_ANY_LAYOUT (27)] This feature indicates that the device
accepts arbitrary descriptor layouts, as described in Section
\ref{sec:Basic Facilities of a Virtio Device / Virtqueues / Message Framing / Legacy Interface: Message Framing}~\nameref{sec:Basic Facilities of a Virtio Device / Virtqueues / Message Framing / Legacy Interface: Message Framing}.
+
+\item[UNUSED (30)] Bit 30 is used by qemu's implementation to check
+ for experimental early versions of virtio which did not perform
+ correct feature negotiation, and should not be used.
\end{description}
\chapter{virtio_ring.h}\label{sec:virtio-ring.h}