Created attachment 1069399 [details] vdsm log Description of problem: Vdsm not set correct cpu model for vm under ppc architecture Version-Release number of selected component (if applicable): vdsm-4.17.3-1.el7ev.noarch How reproducible: Always Steps to Reproduce: 1. Run vm on ppc host 2. 3. Actual results: Vdsm send u'cpuType': u'power8', but no suck model under libvirt cpu's definition and we have <cpu> <topology cores="1" sockets="1" threads="1"/> </cpu> Expected results: vdsm must send u'POWER8' Additional info:
Verified on vdsm-4.17.8-1.el7ev.noarch dumpxml of vm <cpu mode='custom' match='exact'> <model fallback='allow'>POWER8</model> <topology sockets='1' cores='1' threads='1'/> <numa> <cell id='0' cpus='0' memory='1048576' unit='KiB'/> </numa> </cpu>