Re: [libvirt] [PATCHv1 2/7] qemu_capabilities: CPUModelInfo: XML/QMP format conversion

2018-05-17 Thread Jiri Denemark
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 virCP

[libvirt] [PATCHv1 2/7] qemu_capabilities: CPUModelInfo: XML/QMP format conversion

2018-05-05 Thread Chris Venteicher
Functions converting directly between virsh XML and QMEU QMP forms of CPUModelInfo. --- src/qemu/qemu_capabilities.c | 159 +++ 1 file changed, 159 insertions(+) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 0265d83028..afce