Re: [PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

2021-02-03 Thread Philippe Mathieu-Daudé
Cc'ing avocado-devel for test idea. On 1/11/21 2:00 AM, Nathan Chancellor wrote: > On Sat, Dec 12, 2020 at 12:15:33AM +, Peter Maydell wrote: >> Switch the bamboo board to directly creating and configuring the UIC, >> rather than doing it via the old ppcuic_init() helper function. >> >> Signed

Re: [PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

2021-01-11 Thread Mark Cave-Ayland
On 11/01/2021 17:14, Peter Maydell wrote: On Sat, Dec 12, 2020 at 12:15:33AM +, Peter Maydell wrote: Switch the bamboo board to directly creating and configuring the UIC, rather than doing it via the old ppcuic_init() helper function. Hopefully reporting this here is okay, I find Launchp

Re: [PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

2021-01-11 Thread Peter Maydell
On Mon, 11 Jan 2021 at 01:00, Nathan Chancellor wrote: > > On Sat, Dec 12, 2020 at 12:15:33AM +, Peter Maydell wrote: > > Switch the bamboo board to directly creating and configuring the UIC, > > rather than doing it via the old ppcuic_init() helper function. > Hopefully reporting this here i

Re: [PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

2021-01-10 Thread Nathan Chancellor
On Sat, Dec 12, 2020 at 12:15:33AM +, Peter Maydell wrote: > Switch the bamboo board to directly creating and configuring the UIC, > rather than doing it via the old ppcuic_init() helper function. > > Signed-off-by: Peter Maydell > --- > hw/ppc/ppc440_bamboo.c | 38 ++

Re: [PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

2020-12-14 Thread David Gibson
On Sat, Dec 12, 2020 at 12:15:33AM +, Peter Maydell wrote: > Switch the bamboo board to directly creating and configuring the UIC, > rather than doing it via the old ppcuic_init() helper function. > > Signed-off-by: Peter Maydell Applied to ppc-for-6.0. > --- > hw/ppc/ppc440_bamboo.c | 38

[PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

2020-12-11 Thread Peter Maydell
Switch the bamboo board to directly creating and configuring the UIC, rather than doing it via the old ppcuic_init() helper function. Signed-off-by: Peter Maydell --- hw/ppc/ppc440_bamboo.c | 38 +++--- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git