mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
6af0623234
For now only one test is introduced. It's purpose in life is to check we don't break NUMA host distances XML format. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
75 lines
2.5 KiB
XML
75 lines
2.5 KiB
XML
<capabilities>
|
|
|
|
<host>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
</cpu>
|
|
<power_management/>
|
|
<topology>
|
|
<cells num='4'>
|
|
<cell id='0'>
|
|
<memory unit='KiB'>2097152</memory>
|
|
<distances>
|
|
<sibling id='0' value='10'/>
|
|
<sibling id='1' value='20'/>
|
|
<sibling id='2' value='20'/>
|
|
<sibling id='3' value='20'/>
|
|
</distances>
|
|
<cpus num='4'>
|
|
<cpu id='0' socket_id='0' core_id='0' siblings='0'/>
|
|
<cpu id='0' socket_id='0' core_id='1' siblings='0'/>
|
|
<cpu id='0' socket_id='0' core_id='2' siblings='0'/>
|
|
<cpu id='0' socket_id='0' core_id='3' siblings='0'/>
|
|
</cpus>
|
|
</cell>
|
|
<cell id='1'>
|
|
<memory unit='KiB'>2097152</memory>
|
|
<distances>
|
|
<sibling id='0' value='20'/>
|
|
<sibling id='1' value='10'/>
|
|
<sibling id='2' value='20'/>
|
|
<sibling id='3' value='20'/>
|
|
</distances>
|
|
<cpus num='4'>
|
|
<cpu id='1' socket_id='1' core_id='1' siblings='1'/>
|
|
<cpu id='1' socket_id='1' core_id='2' siblings='1'/>
|
|
<cpu id='1' socket_id='1' core_id='3' siblings='1'/>
|
|
<cpu id='1' socket_id='1' core_id='4' siblings='1'/>
|
|
</cpus>
|
|
</cell>
|
|
<cell id='2'>
|
|
<memory unit='KiB'>2097152</memory>
|
|
<distances>
|
|
<sibling id='0' value='20'/>
|
|
<sibling id='1' value='20'/>
|
|
<sibling id='2' value='10'/>
|
|
<sibling id='3' value='20'/>
|
|
</distances>
|
|
<cpus num='4'>
|
|
<cpu id='2' socket_id='2' core_id='2' siblings='2'/>
|
|
<cpu id='2' socket_id='2' core_id='3' siblings='2'/>
|
|
<cpu id='2' socket_id='2' core_id='4' siblings='2'/>
|
|
<cpu id='2' socket_id='2' core_id='5' siblings='2'/>
|
|
</cpus>
|
|
</cell>
|
|
<cell id='3'>
|
|
<memory unit='KiB'>2097152</memory>
|
|
<distances>
|
|
<sibling id='0' value='20'/>
|
|
<sibling id='1' value='20'/>
|
|
<sibling id='2' value='20'/>
|
|
<sibling id='3' value='10'/>
|
|
</distances>
|
|
<cpus num='4'>
|
|
<cpu id='3' socket_id='3' core_id='3' siblings='3'/>
|
|
<cpu id='3' socket_id='3' core_id='4' siblings='3'/>
|
|
<cpu id='3' socket_id='3' core_id='5' siblings='3'/>
|
|
<cpu id='3' socket_id='3' core_id='6' siblings='3'/>
|
|
</cpus>
|
|
</cell>
|
|
</cells>
|
|
</topology>
|
|
</host>
|
|
|
|
</capabilities>
|