Re: [PATCH] ppc: function to setup latest class options

2020-02-08 Thread David Gibson
On Fri, Feb 07, 2020 at 01:46:37AM -0500, Michael S. Tsirkin wrote: > We are going to add more init for the latest machine, so move the setup > to a function so we don't have to change the DEFINE_SPAPR_MACHINE macro > each time. > > Signed-off-by: Michael S. Tsirkin Applied to ppc-for-5.0. > --

Re: [PATCH] ppc: function to setup latest class options

2020-02-07 Thread Michael S. Tsirkin
On Fri, Feb 07, 2020 at 12:12:09PM +0100, Greg Kurz wrote: > On Fri, 7 Feb 2020 11:35:47 +0100 > Philippe Mathieu-Daudé wrote: > > > On 2/7/20 7:48 AM, Michael S. Tsirkin wrote: > > > We are going to add more init for the latest machine, so move the setup > > > to a function so we don't have to c

Re: [PATCH] ppc: function to setup latest class options

2020-02-07 Thread Greg Kurz
On Fri, 7 Feb 2020 11:35:47 +0100 Philippe Mathieu-Daudé wrote: > On 2/7/20 7:48 AM, Michael S. Tsirkin wrote: > > We are going to add more init for the latest machine, so move the setup > > to a function so we don't have to change the DEFINE_SPAPR_MACHINE macro > > each time. > > > > Signed-off

Re: [PATCH] ppc: function to setup latest class options

2020-02-07 Thread Philippe Mathieu-Daudé
On 2/7/20 7:48 AM, Michael S. Tsirkin wrote: We are going to add more init for the latest machine, so move the setup to a function so we don't have to change the DEFINE_SPAPR_MACHINE macro each time. Signed-off-by: Michael S. Tsirkin --- hw/ppc/spapr.c | 9 +++-- 1 file changed, 7 insert

Re: [PATCH] ppc: function to setup latest class options

2020-02-07 Thread Greg Kurz
On Fri, 7 Feb 2020 01:48:02 -0500 "Michael S. Tsirkin" wrote: > We are going to add more init for the latest machine, so move the setup > to a function so we don't have to change the DEFINE_SPAPR_MACHINE macro > each time. > Not sure about the meaning of "change the DEFINE_SPAPR_MACHINE macro"

Re: [PATCH] ppc: function to setup latest class options

2020-02-07 Thread Laurent Vivier
On 07/02/2020 07:48, Michael S. Tsirkin wrote: > We are going to add more init for the latest machine, so move the setup > to a function so we don't have to change the DEFINE_SPAPR_MACHINE macro > each time. > > Signed-off-by: Michael S. Tsirkin > --- > hw/ppc/spapr.c | 9 +++-- > 1 file cha

[PATCH] ppc: function to setup latest class options

2020-02-06 Thread Michael S. Tsirkin
We are going to add more init for the latest machine, so move the setup to a function so we don't have to change the DEFINE_SPAPR_MACHINE macro each time. Signed-off-by: Michael S. Tsirkin --- hw/ppc/spapr.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hw/ppc/spap