mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
9ae0b8349c
* src/lxc/lxc_conf.c, src/uml/uml_conf.c, src/xen/xen_hypervisor.c: Initialize suspend capabilities * tests/xencapsdata/*xml: Add empty powermgmt capabilities
34 lines
613 B
XML
34 lines
613 B
XML
<capabilities>
|
|
|
|
<host>
|
|
<cpu>
|
|
<arch>i686</arch>
|
|
<features>
|
|
<vmx/>
|
|
</features>
|
|
</cpu>
|
|
<power_management/>
|
|
<migration_features>
|
|
<live/>
|
|
<uri_transports>
|
|
<uri_transport>xenmigr</uri_transport>
|
|
</uri_transports>
|
|
</migration_features>
|
|
</host>
|
|
|
|
<guest>
|
|
<os_type>xen</os_type>
|
|
<arch name='i686'>
|
|
<wordsize>32</wordsize>
|
|
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
|
|
<machine>xenpv</machine>
|
|
<domain type='xen'>
|
|
</domain>
|
|
</arch>
|
|
<features>
|
|
<pae/>
|
|
</features>
|
|
</guest>
|
|
|
|
</capabilities>
|