Re: [libvirt] [PATCH v5 26/36] qemu_monitor: qemuMonitorGetCPUModelExpansion inputs and outputs CPUModelInfo

2019-01-04 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:20 -0600, Chris Venteicher wrote: > A Full CPUModelInfo structure with props is sent to QEMU for expansion. > > virQEMUCapsProbeQMPHostCPU migratability logic partitioned into new function > for clarity. Did you forget to remove this sentence after splitting the

[libvirt] [PATCH v5 26/36] qemu_monitor: qemuMonitorGetCPUModelExpansion inputs and outputs CPUModelInfo

2018-12-02 Thread Chris Venteicher
A Full CPUModelInfo structure with props is sent to QEMU for expansion. virQEMUCapsProbeQMPHostCPU migratability logic partitioned into new function for clarity. Signed-off-by: Chris Venteicher --- src/qemu/qemu_capabilities.c | 8 +--- src/qemu/qemu_monitor.c | 31