On 04/16/2018 02:06 AM, Chris Venteicher wrote: > Function qemuMonitorGetCPUModelBaseline exposed to carry out a QMP > query-cpu-model-baseline transaction with QEMU. > > QEMU determines a baseline CPU Model from two input CPU Models to > complete the query-cpu-model-baseline transaction. > --- > src/qemu/qemu_monitor.c | 16 +++++++++++++ > src/qemu/qemu_monitor.h | 5 ++++ > src/qemu/qemu_monitor_json.c | 56 ++++++++++++++++++++++++++++++++++++++++++++ > src/qemu/qemu_monitor_json.h | 7 ++++++ > 4 files changed, 84 insertions(+) > [...] > > int qemuMonitorJSONGetCommands(qemuMonitorPtr mon, > char ***commands) > diff --git a/src/qemu/qemu_monitor_json.h b/src/qemu/qemu_monitor_json.h > index 045df4919..6c33049c6 100644 > --- a/src/qemu/qemu_monitor_json.h > +++ b/src/qemu/qemu_monitor_json.h > @@ -361,6 +361,13 @@ int qemuMonitorJSONGetCPUModelExpansion(qemuMonitorPtr mon, > qemuMonitorCPUModelInfoPtr *model_info) > ATTRIBUTE_NONNULL(3) ATTRIBUTE_NONNULL(5); > > +int qemuMonitorJSONGetCPUModelBaseline(qemuMonitorPtr mon, > + qemuMonitorCPUModelInfoPtr model_a, > + qemuMonitorCPUModelInfoPtr model_b, > + qemuMonitorCPUModelInfoPtr *model_baseline) > + ATTRIBUTE_NONNULL(4); > + > + I believe you want NONNULL(2) and (3) here as well. > int qemuMonitorJSONGetCommands(qemuMonitorPtr mon, > char ***commands) > ATTRIBUTE_NONNULL(2); > -- Respectfully, - Collin Walling -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list