docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / bhyvexml2argvdata / bhyvexml2argv-metadata.xml
blob6436301a92e9c25bed55a631c5176c718a7deb1d
1 <domain type='bhyve'>
2   <name>bhyve</name>
3   <uuid>df3be7e7-a104-11e3-aeb0-50e5492bd3dc</uuid>
4   <memory>219136</memory>
5   <vcpu>1</vcpu>
6   <os>
7     <type>hvm</type>
8   </os>
9   <devices>
10     <disk type='file'>
11       <driver name='file' type='raw'/>
12       <source file='/tmp/freebsd.img'/>
13       <target dev='hda' bus='sata'/>
14     </disk>
15     <interface type='bridge'>
16       <mac address='52:54:00:ad:55:51'/>
17       <model type='virtio'/>
18       <source bridge="virbr0"/>
19     </interface>
20   </devices>
21   <!-- intentional mis-indentation -->
22   <metadata>
23       <app1:foo xmlns:app1="http://foo.org/">fooish</app1:foo>
24   <app2:bar xmlns:app2="http://bar.com/" maman="baz">barish</app2:bar>
25   </metadata>
26 </domain>