On Sat, May 05, 2018 at 12:48:44 -0500, Chris Venteicher wrote:
Functions converting directly between virsh XML and QMEU QMP forms
of
CPUModelInfo.
The XML parsing formatting code is in src/conf/cpu_conf.c and there's no
need to duplicate it here. The translation should just work between
virCPUDef and qemuMonitorCPUModelInfo and use the APIs from cpu_conf.c
for XML conversion.
Jirka