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

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

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


Subject: [PATCH v3 18/18] charter: rearrange the deliverables section


make the list in charter match our current spec layout
by rearranging list of deliverables, and make some
delierables clearer (e.g. device specific chapters
also describe features and operation).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 charter.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/charter.html b/charter.html
index 2696079..69b711c 100644
--- a/charter.html
+++ b/charter.html
@@ -99,7 +99,7 @@
           </ol>
         </li>
         <li>
-          Specification of device-specific configuration.
+          Specification of device-specific features, configuration and operation.
           <ol class="vanilla-lower-alpha">
              <li>
               Definition for multiple specified device types.
@@ -108,21 +108,21 @@
               Normative requirements for specified device types.
             </li>
             <li>
-              Non-normative advice for designing new device types.
+              List of reserved feature numbers for non-specified features for each device type. (This section is likely to see ongoing maintenance).
             </li>
             <li>
               List of reserved device numbers for non-specified device types. (This section is likely to see ongoing maintenance).
             </li>
-            <li>
-              List of reserved feature numbers for non-specified features for each device type. (This section is likely to see ongoing maintenance).
-            </li>
           </ol>
         </li>
         <li>
           Non-normative code examples for operation of driver/device side of buffers.
         </li>
         <li>
-          Non-normative guide for creating devices and drivers which also support a legacy mode.
+          Non-normative advice for designing new device types.
+        </li>
+        <li>
+          Non-normative guidance for creating devices and drivers which also support a legacy mode.
         </li>
       </ol>
       <p>
-- 
MST



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