mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
c08e3e6397
Simplifies viewing files in an editor, and some pytest output. Signed-off-by: Cole Robinson <crobinso@redhat.com>
23 lines
777 B
XML
23 lines
777 B
XML
</hyperv>
|
|
</features>
|
|
<cpu mode="custom" match="exact">
|
|
- <model fallback="allow">core2duo</model>
|
|
+ <model fallback="allow">pentium2</model>
|
|
<vendor>Intel</vendor>
|
|
- <feature policy="require" name="pbe"/>
|
|
+ <feature policy="forbid" name="pbe"/>
|
|
<feature policy="require" name="tm2"/>
|
|
<feature policy="require" name="est"/>
|
|
<feature policy="require" name="ss"/>
|
|
@@
|
|
<cell id="2" cpus="2" memory="1048576" unit="KiB"/>
|
|
<cell id="3" cpus="3" memory="1048576" unit="KiB"/>
|
|
</numa>
|
|
+ <feature policy="force" name="x2apic"/>
|
|
</cpu>
|
|
<clock offset="utc">
|
|
<timer name="rtc" tickpolicy="catchup"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off.
|