mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-26 10:03:54 +03:00
46ec093a28
shutdown could be interpreted as a soft reboot, which won't apply the changes
12 lines
369 B
XML
12 lines
369 B
XML
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<pm>
|
|
- <suspend-to-mem enabled="no"/>
|
|
+ <suspend-to-mem enabled="yes"/>
|
|
+ <suspend-to-disk enabled="no"/>
|
|
</pm>
|
|
<devices>
|
|
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |