From: Michal Privoznik Date: Tue, 28 Feb 2012 16:30:30 +0000 (+0100) Subject: docs: Fix libvirt name in qemu commandline namespace URL X-Git-Tag: v0.9.11-rc1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30a5cee07b43427bedf54ec010b18a74108b72c;p=thirdparty%2Flibvirt.git docs: Fix libvirt name in qemu commandline namespace URL s/libirt/libvirt/g --- diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in index fc76829e6d..9afae13e19 100644 --- a/docs/drvqemu.html.in +++ b/docs/drvqemu.html.in @@ -551,7 +551,7 @@ $ virsh domxml-to-native qemu-argv demo.xml (Since 0.8.3). In order to use the XML additions, it is necessary to issue an XML namespace request (the special xmlns:name attribute) that - pulls in http://libirt.org/schemas/domain/qemu/1.0; + pulls in http://libvirt.org/schemas/domain/qemu/1.0; typically, the namespace is given the name of qemu. With the namespace in place, it is then possible to add an element <qemu:commandline> @@ -571,7 +571,7 @@ $ virsh domxml-to-native qemu-argv demo.xml

Example:

-<domain type='qemu' xmlns:qemu='http://libirt.org/schemas/domain/qemu/1.0'>
+<domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
   <name>QEmu-fedora-i686</name>
   <memory>219200</memory>
   <os>