mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Add suspend info to Xen, LXC and UML hypervisor capabilities
* 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
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<vmx/>
|
||||
</features>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<vmx/>
|
||||
</features>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<cpu>
|
||||
<arch>i686</arch>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<cpu>
|
||||
<arch>ia64</arch>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<cpu>
|
||||
<arch>ia64</arch>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<cpu>
|
||||
<arch>ia64</arch>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<cpu>
|
||||
<arch>ia64</arch>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<cpu>
|
||||
<arch>ppc64</arch>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<svm/>
|
||||
</features>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<svm/>
|
||||
</features>
|
||||
</cpu>
|
||||
<power_management/>
|
||||
<migration_features>
|
||||
<live/>
|
||||
<uri_transports>
|
||||
|
||||
Reference in New Issue
Block a user