mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 15:45:28 +00:00
18 lines
472 B
XML
18 lines
472 B
XML
|
<domain type='kvm'>
|
||
|
<name>guest</name>
|
||
|
<memory unit='KiB'>1048576</memory>
|
||
|
<vcpu placement='static'>1</vcpu>
|
||
|
<os>
|
||
|
<type arch='ppc64' machine='pseries'>hvm</type>
|
||
|
</os>
|
||
|
<devices>
|
||
|
<emulator>/usr/bin/qemu-system-ppc64</emulator>
|
||
|
<hostdev mode='subsystem' type='pci' managed='yes'>
|
||
|
<driver name='vfio'/>
|
||
|
<source>
|
||
|
<address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
|
||
|
</source>
|
||
|
</hostdev>
|
||
|
</devices>
|
||
|
</domain>
|