Re: [libvirt] [PATCH v5 06/15] qemu_monitor: make qemuMonitorJSONParseCPUModelData command-agnostic

2019-10-02 Thread Jiri Denemark
On Thu, Sep 19, 2019 at 16:24:57 -0400, Collin Walling wrote: > Modify the error messages in qemuMonitorJSONParseCPUModelData to print > the command name provided to the function. > > Signed-off-by: Collin Walling > --- > src/qemu/qemu_monitor_json.c | 15 --- > 1 file changed, 8

[libvirt] [PATCH v5 06/15] qemu_monitor: make qemuMonitorJSONParseCPUModelData command-agnostic

2019-09-19 Thread Collin Walling
Modify the error messages in qemuMonitorJSONParseCPUModelData to print the command name provided to the function. Signed-off-by: Collin Walling --- src/qemu/qemu_monitor_json.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/qemu/qemu_monitor_json.c