From b30a5cee07b43427bedf54ec010b18a74108b72c Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 28 Feb 2012 17:30:30 +0100 Subject: [PATCH] docs: Fix libvirt name in qemu commandline namespace URL s/libirt/libvirt/g --- docs/drvqemu.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>
-- 
2.47.2