mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +00:00
docs: Fix libvirt name in qemu commandline namespace URL
s/libirt/libvirt/g
This commit is contained in:
parent
3207de308d
commit
b30a5cee07
@ -551,7 +551,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
|
|||||||
(<span class="since">Since 0.8.3</span>). In order to use the
|
(<span class="since">Since 0.8.3</span>). In order to use the
|
||||||
XML additions, it is necessary to issue an XML namespace request
|
XML additions, it is necessary to issue an XML namespace request
|
||||||
(the special <code>xmlns:<i>name</i></code> attribute) that
|
(the special <code>xmlns:<i>name</i></code> attribute) that
|
||||||
pulls in <code>http://libirt.org/schemas/domain/qemu/1.0</code>;
|
pulls in <code>http://libvirt.org/schemas/domain/qemu/1.0</code>;
|
||||||
typically, the namespace is given the name
|
typically, the namespace is given the name
|
||||||
of <code>qemu</code>. With the namespace in place, it is then
|
of <code>qemu</code>. With the namespace in place, it is then
|
||||||
possible to add an element <code><qemu:commandline></code>
|
possible to add an element <code><qemu:commandline></code>
|
||||||
@ -571,7 +571,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
|
|||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>Example:</p><pre>
|
<p>Example:</p><pre>
|
||||||
<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>
|
<name>QEmu-fedora-i686</name>
|
||||||
<memory>219200</memory>
|
<memory>219200</memory>
|
||||||
<os>
|
<os>
|
||||||
|
Loading…
Reference in New Issue
Block a user