docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / bhyvexml2argvdata / bhyvexml2argv-cputopology-nvcpu-mismatch.xml
blob5bd05fb7da9ec64d87293174b199d12529a4a7ef
1 <domain type='bhyve'>
2   <name>bhyve</name>
3   <uuid>df3be7e7-a104-11e3-aeb0-50e5492bd3dc</uuid>
4   <memory>219136</memory>
5   <vcpu>4</vcpu>
6   <cpu>
7     <topology sockets='1' cores='2' threads='1'/>
8   </cpu>
9   <os>
10     <type>hvm</type>
11   </os>
12   <devices>
13     <disk type='file'>
14       <driver name='file' type='raw'/>
15       <source file='/tmp/freebsd.img'/>
16       <target dev='hda' bus='sata'/>
17       <address type='drive' controller='0' bus='0' target='2' unit='0'/>
18     </disk>
19     <interface type='bridge'>
20       <mac address='52:54:00:b9:94:02'/>
21       <model type='virtio'/>
22       <source bridge="virbr0"/>
23       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
24     </interface>
25   </devices>
26 </domain>