Re: [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code

2020-12-14 Thread Thomas Huth
On 12/12/2020 01.15, Peter Maydell wrote: > In a following commit we will move the PPC UIC implementation to > its own file in hw/intc. To prevent checkpatch complaining about that > code-motion, fix up the minor style issues first. > > Signed-off-by: Peter Maydell > --- > hw/ppc/ppc4xx_devs.c |

Re: [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code

2020-12-14 Thread David Gibson
On Sat, Dec 12, 2020 at 12:15:30AM +, Peter Maydell wrote: > In a following commit we will move the PPC UIC implementation to > its own file in hw/intc. To prevent checkpatch complaining about that > code-motion, fix up the minor style issues first. > > Signed-off-by: Peter Maydell Applied t

Re: [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code

2020-12-13 Thread Edgar E. Iglesias
On Sat, Dec 12, 2020 at 12:15:30AM +, Peter Maydell wrote: > In a following commit we will move the PPC UIC implementation to > its own file in hw/intc. To prevent checkpatch complaining about that > code-motion, fix up the minor style issues first. Reviewed-by: Edgar E. Iglesias Tested-by: E

Re: [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code

2020-12-13 Thread Philippe Mathieu-Daudé
On 12/12/20 1:15 AM, Peter Maydell wrote: > In a following commit we will move the PPC UIC implementation to > its own file in hw/intc. To prevent checkpatch complaining about that > code-motion, fix up the minor style issues first. > > Signed-off-by: Peter Maydell > --- > hw/ppc/ppc4xx_devs.c |

[PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code

2020-12-11 Thread Peter Maydell
In a following commit we will move the PPC UIC implementation to its own file in hw/intc. To prevent checkpatch complaining about that code-motion, fix up the minor style issues first. Signed-off-by: Peter Maydell --- hw/ppc/ppc4xx_devs.c | 25 +++-- 1 file changed, 15 insert