[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code
From: |
Thomas Huth |
Subject: |
Re: [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code |
Date: |
Mon, 14 Dec 2020 10:15:12 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
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 <peter.maydell@linaro.org>
> ---
> hw/ppc/ppc4xx_devs.c | 25 +++++++++++++++----------
> 1 file changed, 15 insertions(+), 10 deletions(-)
Reviewed-by: Thomas Huth <thuth@redhat.com>
- [PATCH 0/8] hw/ppc: Convert UIC device to QOM, Peter Maydell, 2020/12/11
- [PATCH 1/8] hw/ppc/ppc4xx_devs: Make code style fixes to UIC code, Peter Maydell, 2020/12/11
- [PATCH 2/8] ppc: Convert PPC UIC to a QOM device, Peter Maydell, 2020/12/11
- Re: [PATCH 2/8] ppc: Convert PPC UIC to a QOM device, Edgar E. Iglesias, 2020/12/13
- Re: [PATCH 2/8] ppc: Convert PPC UIC to a QOM device, David Gibson, 2020/12/14
- Re: [PATCH 2/8] ppc: Convert PPC UIC to a QOM device, BALATON Zoltan, 2020/12/14
- [PATCH 3/8] hw/ppc/virtex_ml507: Drop use of ppcuic_init(), Peter Maydell, 2020/12/11