Re: [libvirt] [PATCHv1 0/7] Baseline CPU model using QEMU QMP exchanges

2018-05-21 Thread Jiri Denemark
On Sat, May 19, 2018 at 08:31:50 -0500, Chris Venteicher wrote: > Most of the comments make immediate sense. > The rest I will need a few days in the code to dig deeper to understand. > > Jirka, > - Looks like S390 support for baseline / compare still needs to be added to > your > "new cpu rel

Re: [libvirt] [PATCHv1 0/7] Baseline CPU model using QEMU QMP exchanges

2018-05-19 Thread Chris Venteicher
Quoting Collin Walling (2018-05-17 16:07:14) > On 05/17/2018 04:15 PM, Jiri Denemark wrote: > > On Sat, May 05, 2018 at 12:48:42 -0500, Chris Venteicher wrote: > >> Some architectures (S390) depend on QEMU to compute baseline CPU model. > >> > >> Interacting with QEMU requires starting the QEMU pro

Re: [libvirt] [PATCHv1 0/7] Baseline CPU model using QEMU QMP exchanges

2018-05-17 Thread Collin Walling
On 05/17/2018 04:15 PM, Jiri Denemark wrote: > On Sat, May 05, 2018 at 12:48:42 -0500, Chris Venteicher wrote: >> Some architectures (S390) depend on QEMU to compute baseline CPU model. >> >> Interacting with QEMU requires starting the QEMU process and completing one >> or >> more query-cpu-model-

Re: [libvirt] [PATCHv1 0/7] Baseline CPU model using QEMU QMP exchanges

2018-05-17 Thread Jiri Denemark
On Sat, May 05, 2018 at 12:48:42 -0500, Chris Venteicher wrote: > Some architectures (S390) depend on QEMU to compute baseline CPU model. > > Interacting with QEMU requires starting the QEMU process and completing one or > more query-cpu-model-baseline QMP exchanges with QEMU. > > > This patch s

[libvirt] [PATCHv1 0/7] Baseline CPU model using QEMU QMP exchanges

2018-05-05 Thread Chris Venteicher
Some architectures (S390) depend on QEMU to compute baseline CPU model. Interacting with QEMU requires starting the QEMU process and completing one or more query-cpu-model-baseline QMP exchanges with QEMU. This patch set depends on qemuMonitorGetCPUModelBaseline function exposed by "query-cpu-mo