mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-28 07:21:44 +03:00
ccc0da3e51
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.
11 lines
371 B
XML
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. |