mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
07613d2020
by running this command: git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/' This is in preparation for a more strict make syntax-check rule that will detect trailing blank lines.
70 lines
1.3 KiB
XML
70 lines
1.3 KiB
XML
<capabilities>
|
|
|
|
<host>
|
|
<cpu>
|
|
<arch>i686</arch>
|
|
<features>
|
|
<pae/>
|
|
<nonpae/>
|
|
</features>
|
|
</cpu>
|
|
<topology>
|
|
<cells num='2'>
|
|
<cell id='0'>
|
|
<cpus num='8'>
|
|
<cpu id='0'/>
|
|
<cpu id='2'/>
|
|
<cpu id='4'/>
|
|
<cpu id='6'/>
|
|
<cpu id='8'/>
|
|
<cpu id='10'/>
|
|
<cpu id='12'/>
|
|
<cpu id='14'/>
|
|
</cpus>
|
|
</cell>
|
|
<cell id='1'>
|
|
<cpus num='8'>
|
|
<cpu id='1'/>
|
|
<cpu id='3'/>
|
|
<cpu id='5'/>
|
|
<cpu id='7'/>
|
|
<cpu id='9'/>
|
|
<cpu id='11'/>
|
|
<cpu id='13'/>
|
|
<cpu id='15'/>
|
|
</cpus>
|
|
</cell>
|
|
</cells>
|
|
</topology>
|
|
</host>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name='i686'>
|
|
<wordsize>32</wordsize>
|
|
<emulator>/usr/bin/test-hv</emulator>
|
|
<domain type='test'>
|
|
</domain>
|
|
</arch>
|
|
<features>
|
|
<pae/>
|
|
<nonpae/>
|
|
</features>
|
|
</guest>
|
|
|
|
<guest>
|
|
<os_type>xen</os_type>
|
|
<arch name='i686'>
|
|
<wordsize>32</wordsize>
|
|
<emulator>/usr/bin/test-hv</emulator>
|
|
<domain type='test'>
|
|
</domain>
|
|
</arch>
|
|
<features>
|
|
<pae/>
|
|
<nonpae/>
|
|
</features>
|
|
</guest>
|
|
|
|
</capabilities>
|