mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
21 lines
329 B
XML
21 lines
329 B
XML
<capabilities>
|
|
<host>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<features>
|
|
<svm/>
|
|
</features>
|
|
</cpu>
|
|
</host>
|
|
|
|
<guest>
|
|
<os_type>xen</os_type>
|
|
<arch name="x86_64">
|
|
<wordsize>64</wordsize>
|
|
<domain type="xen"></domain>
|
|
</arch>
|
|
<features>
|
|
</features>
|
|
</guest>
|
|
</capabilities>
|