Re: [Qemu-devel] [PATCH] ppc/pnv: Introduce PowerNV machines with fixed CPU models

2019-07-26 Thread David Gibson
On Wed, Jul 24, 2019 at 11:32:00AM +0200, Cédric Le Goater wrote: > On 23/07/2019 08:37, David Gibson wrote: > > On Tue, Jul 23, 2019 at 08:00:27AM +0200, Cédric Le Goater wrote: > >> On 23/07/2019 03:38, David Gibson wrote: > >>> On Mon, Jul 22, 2019 at 08:23:47PM +0200, Cédric Le Goater wrote: >

Re: [Qemu-devel] [PATCH] ppc/pnv: Introduce PowerNV machines with fixed CPU models

2019-07-24 Thread Cédric Le Goater
On 23/07/2019 08:37, David Gibson wrote: > On Tue, Jul 23, 2019 at 08:00:27AM +0200, Cédric Le Goater wrote: >> On 23/07/2019 03:38, David Gibson wrote: >>> On Mon, Jul 22, 2019 at 08:23:47PM +0200, Cédric Le Goater wrote: Make the current "powernv" machine an abstract type and derive from it

Re: [Qemu-devel] [PATCH] ppc/pnv: Introduce PowerNV machines with fixed CPU models

2019-07-22 Thread David Gibson
On Tue, Jul 23, 2019 at 08:00:27AM +0200, Cédric Le Goater wrote: > On 23/07/2019 03:38, David Gibson wrote: > > On Mon, Jul 22, 2019 at 08:23:47PM +0200, Cédric Le Goater wrote: > >> Make the current "powernv" machine an abstract type and derive from it > >> new machines with specific CPU models:

Re: [Qemu-devel] [PATCH] ppc/pnv: Introduce PowerNV machines with fixed CPU models

2019-07-22 Thread Cédric Le Goater
On 23/07/2019 03:38, David Gibson wrote: > On Mon, Jul 22, 2019 at 08:23:47PM +0200, Cédric Le Goater wrote: >> Make the current "powernv" machine an abstract type and derive from it >> new machines with specific CPU models: power8, power8e, power8nvl, >> power9. >> >> The "powernv" machine is now

Re: [Qemu-devel] [PATCH] ppc/pnv: Introduce PowerNV machines with fixed CPU models

2019-07-22 Thread David Gibson
On Mon, Jul 22, 2019 at 08:23:47PM +0200, Cédric Le Goater wrote: > Make the current "powernv" machine an abstract type and derive from it > new machines with specific CPU models: power8, power8e, power8nvl, > power9. > > The "powernv" machine is now an alias on the "powernv9" machine. > > Signed

[Qemu-devel] [PATCH] ppc/pnv: Introduce PowerNV machines with fixed CPU models

2019-07-22 Thread Cédric Le Goater
Make the current "powernv" machine an abstract type and derive from it new machines with specific CPU models: power8, power8e, power8nvl, power9. The "powernv" machine is now an alias on the "powernv9" machine. Signed-off-by: Cédric Le Goater --- hw/ppc/pnv.c | 97 ++