Re: [libvirt] [PATCH v4 5/8] qemu_monitor: implement query-cpu-model-comparison

2019-08-20 Thread Jiri Denemark
On Wed, Jul 17, 2019 at 10:03:26 -0400, Collin Walling wrote: > Interfaces with QEMU to compare CPU models. The command takes two > CPU models, A and B, that are given a model name and an optional list > of CPU features. Through the query-cpu-model-comparison command issued > via QMP, a result is

Re: [libvirt] [PATCH v4 5/8] qemu_monitor: implement query-cpu-model-comparison

2019-08-20 Thread Jiri Denemark
On Wed, Jul 24, 2019 at 18:18:27 +0200, Boris Fiuczynski wrote: > On 7/17/19 4:03 PM, Collin Walling wrote: > > Interfaces with QEMU to compare CPU models. The command takes two > > CPU models, A and B, that are given a model name and an optional list > > of CPU features. Through the

Re: [libvirt] [PATCH v4 5/8] qemu_monitor: implement query-cpu-model-comparison

2019-07-26 Thread Boris Fiuczynski
On 7/25/19 8:26 PM, Collin Walling wrote: +int +qemuMonitorJSONGetCPUModelComparison(qemuMonitorPtr mon, + const char *model_a_name, + int model_a_nprops, + virCPUFeatureDefPtr

Re: [libvirt] [PATCH v4 5/8] qemu_monitor: implement query-cpu-model-comparison

2019-07-25 Thread Collin Walling
On 7/24/19 12:18 PM, Boris Fiuczynski wrote: On 7/17/19 4:03 PM, Collin Walling wrote: [...] diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c index b599ee6..3c33c63 100644 --- a/src/qemu/qemu_monitor_json.c +++ b/src/qemu/qemu_monitor_json.c @@ -5875,6 +5875,101 @@

Re: [libvirt] [PATCH v4 5/8] qemu_monitor: implement query-cpu-model-comparison

2019-07-24 Thread Boris Fiuczynski
On 7/17/19 4:03 PM, Collin Walling wrote: Interfaces with QEMU to compare CPU models. The command takes two CPU models, A and B, that are given a model name and an optional list of CPU features. Through the query-cpu-model-comparison command issued via QMP, a result is produced that contains the

[libvirt] [PATCH v4 5/8] qemu_monitor: implement query-cpu-model-comparison

2019-07-17 Thread Collin Walling
Interfaces with QEMU to compare CPU models. The command takes two CPU models, A and B, that are given a model name and an optional list of CPU features. Through the query-cpu-model-comparison command issued via QMP, a result is produced that contains the comparison evaluation string (identical,