Re: [Qemu-devel] [Patch v1 00/29] s390x CPU models: exposing features

2016-08-02 Thread Eduardo Habkost
On Tue, Aug 02, 2016 at 08:12:34PM +0200, David Hildenbrand wrote: > > On Tue, Aug 02, 2016 at 01:58:46PM +0200, David Hildenbrand wrote: > > [...] > > > So we have: > > > a) "query-cpu-model-expansion" - tell us what the "host" or another CPU > > >model looks like. Either falling back to a sta

Re: [Qemu-devel] [Patch v1 00/29] s390x CPU models: exposing features

2016-08-02 Thread David Hildenbrand
> On Tue, Aug 02, 2016 at 01:58:46PM +0200, David Hildenbrand wrote: > [...] > > So we have: > > a) "query-cpu-model-expansion" - tell us what the "host" or another CPU > >model looks like. Either falling back to a static model or > >completely exposing all properties. > > The query-cpu-

Re: [Qemu-devel] [Patch v1 00/29] s390x CPU models: exposing features

2016-08-02 Thread Eduardo Habkost
On Tue, Aug 02, 2016 at 01:58:46PM +0200, David Hildenbrand wrote: [...] > So we have: > a) "query-cpu-model-expansion" - tell us what the "host" or another CPU >model looks like. Either falling back to a static model or >completely exposing all properties. The query-cpu-model-expansion in

[Qemu-devel] [Patch v1 00/29] s390x CPU models: exposing features

2016-08-02 Thread David Hildenbrand
After a very helpful discussion with Eduardo, we I did some changes to the patch series, the most important ones being: - All models except "host" will be "migration-safe" on s390x - CPU model expansion now has only two types "full" and "static" - The parameter "type" from CPU model baseline has be