Displaying 3 results from an estimated 3 matches for "getcapbilities".
Did you mean:
getcapabilities
2013 Sep 17
2
Finding out CPU topology.
...cpu id='2' socket_id='0' core_id='1' siblings='2'/>
<cpu id='3' socket_id='0' core_id='1' siblings='3'/>
</cpus>
</cell>
</cells>
</topology>
But when I use the 'getCapbilities()' function of the python binding,
the result is:
<topology>
<cells num='1'>
<cell id='0'>
<cpus num='4'>
<cpu id='0'/>
<cpu id='1'/>
<cpu id='2'/>
...
2013 Sep 17
0
Re: libvirt-users Digest, Vol 45, Issue 28
...='0' core_id='1' siblings='2'/>
>? ? ? ? ? ? <cpu id='3' socket_id='0' core_id='1' siblings='3'/>
>? ? ? ? ? </cpus>
>? ? ? ? </cell>
>? ? ? </cells>
></topology>
>
>But when I use the 'getCapbilities()' function of the python binding,
>the result is:
><topology> ? ?
>? <cells num='1'> ??
>? ? ?<cell id='0'> ? ? ? ??
>? ? ?<cpus num='4'> ??
>? ? ? ?<cpu id='0'/>
>? ? ? ?<cpu id='1'/>
>? ? ? ?&...
2013 Sep 17
0
Re: Finding out CPU topology.
...' core_id='1' siblings='2'/>
> <cpu id='3' socket_id='0' core_id='1' siblings='3'/>
> </cpus>
> </cell>
> </cells>
> </topology>
>
> But when I use the 'getCapbilities()' function of the python binding,
> the result is:
> <topology>
> <cells num='1'>
> <cell id='0'>
> <cpus num='4'>
> <cpu id='0'/>
> <cpu id='1'/>
>...