virt-manager/tests/cli-test-xml/compare/virt-xml-build-cpu.xml
Cole Robinson 7786c4b35b xmlbuilder: Make clear() work for child objects
So we can call clear() on a Guest owned VirtualDisk, and it actually
does the correct thing. This allows us to enable clearxml= cli option
for most devices.
2015-09-05 13:16:35 -04:00

5 lines
109 B
XML

<cpu mode="custom" match="exact">
<model>pentium3</model>
<feature policy="force" name="x2apic"/>
</cpu>