mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
51a4178f24
Our docs state that subelements of <metadata> shall have a namespace and the medatata APIs expect that too. To avoid inaccessible <metadata> sub-elements, just remove those that don't conform to the documentation. Apart from adding the new condition this patch renames the function and refactors the code flow to allow the changes. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1245525
38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<domain type='qemu'>
|
|
<name>QEMUGuest1</name>
|
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
|
<memory unit='KiB'>219100</memory>
|
|
<currentMemory unit='KiB'>219100</currentMemory>
|
|
<vcpu placement='static' cpuset='1-4,8-20,525'>1</vcpu>
|
|
<os>
|
|
<type arch='i686' machine='pc'>hvm</type>
|
|
<boot dev='hd'/>
|
|
</os>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu</emulator>
|
|
<disk type='block' device='disk'>
|
|
<source dev='/dev/HostVG/QEMUGuest1'/>
|
|
<target dev='hda' bus='ide'/>
|
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
|
</disk>
|
|
<controller type='ide' index='0'/>
|
|
<memballoon model='virtio'/>
|
|
</devices>
|
|
<!-- intentional mis-indentation -->
|
|
<metadata>
|
|
<herp2erp xmlns:foobar="http://foo.bar3/"/>
|
|
<herp2erp xmlns:foobar="http://foo.bar3/"/>
|
|
<herp2erp xmlns:foobar="http://foo.bar3/"/>
|
|
<app1:foo xmlns:app1="http://foo.org/">fooish</app1:foo>
|
|
<app3:foo xmlns:app3="http://foo.org/">fooish</app3:foo>
|
|
<app1:foo xmlns:app1="http://foo.org/">fooish</app1:foo>
|
|
<app2:bar xmlns:app2="http://bar.com/" maman="baz">barish</app2:bar>
|
|
<app1:foo xmlns:app1="http://foo.org/">fooish</app1:foo>
|
|
<app2:bar xmlns:app2="http://bar.com/" maman="baz">barish</app2:bar>
|
|
</metadata>
|
|
</domain>
|