virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-numatune.xml
Cole Robinson ccc0da3e51 tests: Add specific VM for virtxml tests
Decouple it from test-many-devices which is really about manual testing
of virt-manager UI. It's annoying that every time test-many-devices is
extended we need to regenerate all the virtxml tests.
2015-04-21 19:50:41 -04:00

11 lines
371 B
XML

</memoryBacking>
<vcpu placement="static" cpuset="1-2,5-9,11,13-14">9</vcpu>
<numatune>
- <memory mode="interleave" placement="auto"/>
+ <memory mode="strict" placement="auto" nodeset="1-5,7"/>
</numatune>
<os>
<type arch="i686">hvm</type>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the next domain shutdown.