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: Re: [OASIS Issue Tracker] Assigned: (VIRTIO-80) Bad sub-sectioning (23 cases)


OASIS Issues Tracker <workgroup_mailer@lists.oasis-open.org> writes:
>> Bad sub-sectioning (23 cases)

Note that I disagree with the premise: I think clarity wins.  However,
the sub-point in this issue about bit 30 being in prose is well taken.

From: Rusty Russell <rusty@au1.ibm.com>
Date: Fri, 14 Feb 2014 13:32:38 +1030
Subject: [PATCH] Feedback: TAB-555 Bad sub-sectioning

Reported-by: Patrick Durusau <patrick@durusau.net>
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>

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}



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