Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > ebe084c140192657f9094e135a84202c > files > 21

libvirt-0.8.2-29.el5.src.rpm

From 53065c9409f8031f47133ffafa303d14ae741297 Mon Sep 17 00:00:00 2001
From: Dave Allan <dallan@redhat.com>
Date: Mon, 6 Feb 2012 17:17:03 -0500
Subject: [PATCH] Clarify the purpose of domxml-from-native
To: libvir-list@redhat.com

For For https://bugzilla.redhat.com/show_bug.cgi?id=783001

Someone mentioned to me that they interpreted this section of the KVM
driver page as suggesting that new guests should be created by
creating a qemu commandline and converting it to XML with
domxml-from-native.  I don't think that's the intent of
domxml-from-native, so I added that clarification.

direct cherry-pick from 10cc08ee32c2b142370c0532b3c6582433417c09

Signed-off-by: Daniel Veillard <veillard@redhat.com>
---
 docs/drvqemu.html.in |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in
index ab54133..7e80f25 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -418,9 +418,16 @@ mount -t cgroup none /dev/cgroup -o devices
     <h3><a name="xmlimport">Converting from QEMU args to domain XML</a></h3>
 
     <p>
-      The <code>virsh domxml-from-native</code> provides a way to convert an
-      existing set of QEMU args into a guest description using libvirt Domain XML
-      that can then be used by libvirt.
+      The <code>virsh domxml-from-native</code> provides a way to
+      convert an existing set of QEMU args into a guest description
+      using libvirt Domain XML that can then be used by libvirt.
+      Please note that this command is intended to be used to convert
+      existing qemu guests previously started from the command line to
+      be managed through libvirt.  It should not be used a method of
+      creating new guests from scratch.  New guests should be created
+      using an application calling the libvirt APIs (see
+      the <a href="apps.html">libvirt applications page</a> for some
+      examples) or by manually crafting XML to pass to virsh.
     </p>
 
     <pre>$ cat &gt; demo.args &lt;&lt;EOF
-- 
1.7.7.4