Re: [libvirt-users] Proper XML for compareCPU method

2016-08-10 Thread Jiri Denemark
On Sun, Aug 07, 2016 at 14:43:27 -0500, David Ashley wrote: > All - > > What is the proper XML to supply to the Python Connections compareCPU > method? The same XML which can be used in domain XML to describe guest CPU configuration, i.e., http://libvirt.org/formatdomain.html#elementsCPU > I ha

[libvirt-users] Proper XML for compareCPU method

2016-08-07 Thread David Ashley
All - What is the proper XML to supply to the Python Connections compareCPU method? I have looked at the cpu_map.xml file and I believe I have the proper XML configured but the method always throws an exception with a missing CPU architecture error. Here is the code. from __future__ import p