mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
29 lines
574 B
XML
29 lines
574 B
XML
|
<capabilities>
|
||
|
|
||
|
<host>
|
||
|
<cpu>
|
||
|
<arch>x86_64</arch>
|
||
|
</cpu>
|
||
|
<power_management/>
|
||
|
<iommu support='no'/>
|
||
|
</host>
|
||
|
|
||
|
<guest>
|
||
|
<os_type>hvm</os_type>
|
||
|
<arch name='x86_64'>
|
||
|
<wordsize>64</wordsize>
|
||
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||
|
<domain type='qemu'/>
|
||
|
<domain type='hvf'/>
|
||
|
</arch>
|
||
|
<features>
|
||
|
<acpi default='on' toggle='yes'/>
|
||
|
<apic default='on' toggle='no'/>
|
||
|
<cpuselection/>
|
||
|
<deviceboot/>
|
||
|
<disksnapshot default='on' toggle='no'/>
|
||
|
</features>
|
||
|
</guest>
|
||
|
|
||
|
</capabilities>
|