mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
CPU: Convert to new style XML props
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
<features>
|
||||
<acpi/><apic/>
|
||||
</features>
|
||||
<cpu mode="custom" match="minimum">
|
||||
<cpu match="minimum" mode="custom">
|
||||
<model>footest</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets="4" cores="5" threads="2"/>
|
||||
<feature policy="force" name="x2apic"/>
|
||||
<feature policy="forbid" name="lahf_lm"/>
|
||||
<feature name="x2apic" policy="force"/>
|
||||
<feature name="lahf_lm" policy="forbid"/>
|
||||
</cpu>
|
||||
<clock offset="utc"/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
|
||||
Reference in New Issue
Block a user