Hi Team
I'm facing following error while running libvirt on ppc platfrom with cpu
model as e5500..
2015-07-15 06:30:37.307+0000: 3976: warning : virQEMUCapsInit:1001 : Failed
to get host CPU
2015-07-15 06:30:37.642+0000: 3976: error : virFirewallApply:936 : out of
memory
2015-07-15 06:31:16.451+0000: 3969: error : cpuNodeData:344 : this function
is not supported by the connection driver: cannot get node CPU data for ppc
architecture
Below is the output of important files..
cat /proc/cpuinfo
processor : 0
cpu : e5500
clock : 1400.000000MHz
revision : 2.1 (pvr 8024 1021)
bogomips : 75.00
cat /usr/share/libvirt/cpu_map.xml
<model name='POWERPC_e5500'>
<vendor name='Freescale'/>
<pvr value='0x80240000'/>
</model>
<model name='POWERPC_e6500'>
<vendor name='Freescale'/>
<pvr value='0x80400000'/>
</model>
</arch>
</cpus>
Thanks
Abhishek Jain