mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
88603e4fad
As outlined here: https://www.redhat.com/archives/virt-tools-list/2012-February/msg00040.html For now this is just a direct import of the code from virtinst commit dca5a4d6245f21d554f8853197a6a234bfc8e52c. History is not merged, so please refer to original git for detailed commit histor: http://git.fedorahosted.org/cgit/python-virtinst.git/
58 lines
1.1 KiB
XML
58 lines
1.1 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>
|
|
<secmodel>
|
|
<model>testSecurity</model>
|
|
<doi></doi>
|
|
</secmodel>
|
|
</host>
|
|
|
|
|
|
<guest>
|
|
<os_type>linux</os_type>
|
|
<arch name="i686">
|
|
<wordsize>32</wordsize>
|
|
<domain type="test"/>
|
|
</arch>
|
|
<features>
|
|
<pae/>
|
|
<nonpae/>
|
|
</features>
|
|
</guest>
|
|
</capabilities>
|