Re: [Qemu-devel] [PATCH for-4.2] hw: add compat machines for 4.2

2019-07-26 Thread David Gibson
On Wed, Jul 24, 2019 at 10:50:17AM -0300, Eduardo Habkost wrote: > On Wed, Jul 24, 2019 at 12:35:24PM +0200, Cornelia Huck wrote: > > Add 4.2 machine types for arm/i440fx/q35/s390x/spapr. > > > > For i440fx and q35, unversioned cpu models are still translated > > to -v1, as 0788a56bd1ae ("i386: Ma

Re: [Qemu-devel] [PATCH for-4.2] hw: add compat machines for 4.2

2019-07-24 Thread Halil Pasic
On Wed, 24 Jul 2019 12:35:24 +0200 Cornelia Huck wrote: > Add 4.2 machine types for arm/i440fx/q35/s390x/spapr. > > For i440fx and q35, unversioned cpu models are still translated > to -v1, as 0788a56bd1ae ("i386: Make unversioned CPU models be > aliases") states this should only transition to t

Re: [Qemu-devel] [PATCH for-4.2] hw: add compat machines for 4.2

2019-07-24 Thread David Hildenbrand
On 24.07.19 12:35, Cornelia Huck wrote: > Add 4.2 machine types for arm/i440fx/q35/s390x/spapr. > > For i440fx and q35, unversioned cpu models are still translated > to -v1, as 0788a56bd1ae ("i386: Make unversioned CPU models be > aliases") states this should only transition to the latest cpu > mo

Re: [Qemu-devel] [PATCH for-4.2] hw: add compat machines for 4.2

2019-07-24 Thread Eduardo Habkost
On Wed, Jul 24, 2019 at 12:35:24PM +0200, Cornelia Huck wrote: > Add 4.2 machine types for arm/i440fx/q35/s390x/spapr. > > For i440fx and q35, unversioned cpu models are still translated > to -v1, as 0788a56bd1ae ("i386: Make unversioned CPU models be > aliases") states this should only transition

[Qemu-devel] [PATCH for-4.2] hw: add compat machines for 4.2

2019-07-24 Thread Cornelia Huck
Add 4.2 machine types for arm/i440fx/q35/s390x/spapr. For i440fx and q35, unversioned cpu models are still translated to -v1, as 0788a56bd1ae ("i386: Make unversioned CPU models be aliases") states this should only transition to the latest cpu model version in 4.3 (or later). Signed-off-by: Corne