mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
27 lines
942 B
XML
27 lines
942 B
XML
|
<domain type='qemu'>
|
||
|
<name>expander-test</name>
|
||
|
<uuid>3ec6cbe1-b5a2-4515-b800-31a61855df41</uuid>
|
||
|
<memory unit='KiB'>219100</memory>
|
||
|
<currentMemory unit='KiB'>219100</currentMemory>
|
||
|
<vcpu placement='static'>16</vcpu>
|
||
|
<os>
|
||
|
<type arch='x86_64' machine='pc-i440fx-2.5'>hvm</type>
|
||
|
</os>
|
||
|
<devices>
|
||
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||
|
<controller type='usb' index='0' model='none'/>
|
||
|
<controller type='ide' index='0'>
|
||
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
|
||
|
</controller>
|
||
|
<controller type='pci' index='0' model='pci-root'/>
|
||
|
<controller type='pci' index='1' model='pci-bridge'>
|
||
|
</controller>
|
||
|
<controller type='pci' index='2' model='pci-expander-bus'>
|
||
|
<address type='pci' bus='1' slot='1'/>
|
||
|
</controller>
|
||
|
<input type='mouse' bus='ps2'/>
|
||
|
<input type='keyboard' bus='ps2'/>
|
||
|
<memballoon model='none'/>
|
||
|
</devices>
|
||
|
</domain>
|