Re: [libvirt] [PATCH v5 09/15] qemu_driver: hook up query-cpu-model-baseline

2019-10-02 Thread Collin Walling
On 10/2/19 9:52 AM, Jiri Denemark wrote: > On Thu, Sep 19, 2019 at 16:25:00 -0400, Collin Walling wrote: >> This command is hooked into the virsh hypervisor-cpu-baseline command. >> The CPU models provided in the XML sent to the command will be baselined >> via the query-cpu-model-baseline QMP

Re: [libvirt] [PATCH v5 09/15] qemu_driver: hook up query-cpu-model-baseline

2019-10-02 Thread Jiri Denemark
On Thu, Sep 19, 2019 at 16:25:00 -0400, Collin Walling wrote: > This command is hooked into the virsh hypervisor-cpu-baseline command. > The CPU models provided in the XML sent to the command will be baselined > via the query-cpu-model-baseline QMP command. The resulting CPU model > will be

[libvirt] [PATCH v5 09/15] qemu_driver: hook up query-cpu-model-baseline

2019-09-19 Thread Collin Walling
This command is hooked into the virsh hypervisor-cpu-baseline command. The CPU models provided in the XML sent to the command will be baselined via the query-cpu-model-baseline QMP command. The resulting CPU model will be reported. Signed-off-by: Collin Walling Reviewed-by: Daniel Henrique