[libvirt] [PATCH] appdev-guide/Connections: Remove duplicated entries

Marcos Paulo de Souza marcos.souza.org at gmail.com
Sat Jun 23 14:32:55 UTC 2018


Both /hosts/cpu/arch and /hosts/cpu/features appear twice in the documentation.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org at gmail.com>
---

 This is my first submission to libvirt, so let me know if I forgot something.

 en-US/Connections.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/en-US/Connections.xml b/en-US/Connections.xml
index 96fe011..d7b6af6 100644
--- a/en-US/Connections.xml
+++ b/en-US/Connections.xml
@@ -963,17 +963,6 @@ int main(int argc, char *argv[])
       CPU architecture.  As of this writing, all libvirt drivers initialize this
       from the output of uname(2).
     </para>
-    <para>
-      <literal>/host/cpu/features</literal> is an optional sub-document that describes additional cpu
-      features present on the host.  As of this writing, it is only used by the
-      xen driver to report on the presence or lack of the svm or vmx flag, and to
-      report on the presence or lack of the pae flag.
-    </para>
-    <para>
-      <literal>/host/cpu/arch</literal> is a required XML node that describes the underlying
-      host CPU architecture. As of this writing, all libvirt drivers
-      initialize this from the output of uname(2).
-    </para>
     <para>
       <literal>/host/cpu/model</literal> is an optional element that describes the CPU model
       that the host CPUs most closely resemble.  The list of CPU models
-- 
2.17.1




More information about the libvir-list mailing list