On 04/19/2018 12:06 AM, Chris Venteicher wrote: > Implementation of libvirt functions to support the > QEMU query-cpu-model-baseline QMP command. > > This is part of resolution of: > https://bugzilla.redhat.com/show_bug.cgi?id=1511999 > > Signed-off-by: Chris Venteicher <[email protected]> > > diff to v1: > - Replaced c++ style comments with c style > - qemuMonitorJSONGetCPUModelInfo{ToJSON,FromJSON} use To/From form > - qemuMonitorJSONGetCPUModelInfo{ToJSON,FromJSON} return pointers not integers > - VIR_STEAL_PTR form used > - switch statement uses virReportEnumRangeError > - qemuMonitorJSONHasError(reply, "GenericError") treated as no info, not > fatal error > - virJSONValueFree(cpu_props) during error case > > Chris Venteicher (3): > qemu_monitor_json: Populate CPUModelInfo struct from json > qemu_monitor_json: Build Json CPU Model Info > qemu_monitor: query-cpu-model-baseline QMP command > > src/qemu/qemu_monitor.c | 13 ++++ > src/qemu/qemu_monitor.h | 5 ++ > src/qemu/qemu_monitor_json.c | 175 > +++++++++++++++++++++++++++++++++++++------ > src/qemu/qemu_monitor_json.h | 7 ++ > 4 files changed, 178 insertions(+), 22 deletions(-) >
Please CC me on future posts so they grab my attention easier :) -- Respectfully, - Collin Walling -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
