Re: [Qemu-devel] [PULL 34/38] qmp: add QMP interface "query-cpu-model-comparison"

2016-09-09 Thread Christian Borntraeger
On 09/08/2016 04:12 PM, Eric Blake wrote: > On 09/06/2016 02:47 AM, Cornelia Huck wrote: >> From: David Hildenbrand >> >> Let's provide a standardized interface to compare two CPU models. >> "query-cpu-model-compare" takes two models and returns how they compare >> in a specific configuration. >>

Re: [Qemu-devel] [PULL 34/38] qmp: add QMP interface "query-cpu-model-comparison"

2016-09-08 Thread Eric Blake
On 09/06/2016 02:47 AM, Cornelia Huck wrote: > From: David Hildenbrand > > Let's provide a standardized interface to compare two CPU models. > "query-cpu-model-compare" takes two models and returns how they compare > in a specific configuration. > > +## > +# @CpuModelCompareResult: > +# > +# A

[Qemu-devel] [PULL 34/38] qmp: add QMP interface "query-cpu-model-comparison"

2016-09-06 Thread Cornelia Huck
From: David Hildenbrand Let's provide a standardized interface to compare two CPU models. "query-cpu-model-compare" takes two models and returns how they compare in a specific configuration. The result will give guarantees about runnability. E.g. if a CPU model A is a subset of CPU model B, mod