mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-10 01:18:03 +03:00
c08e3e6397
Simplifies viewing files in an editor, and some pytest output. Signed-off-by: Cole Robinson <crobinso@redhat.com>
16 lines
489 B
XML
16 lines
489 B
XML
<cell id="3" cpus="3" memory="1048576" unit="KiB"/>
|
|
</numa>
|
|
</cpu>
|
|
- <clock offset="utc">
|
|
- <timer name="rtc" tickpolicy="catchup"/>
|
|
- <timer name="pit" tickpolicy="delay"/>
|
|
- <timer name="hpet" present="no"/>
|
|
- </clock>
|
|
+ <clock offset="utc"/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off.
|