[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 4/5] hw/intc/exynos4210_gic: replace 'qemu_split_irq' with
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH v3 4/5] hw/intc/exynos4210_gic: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ' |
|
Date: |
Wed, 23 Mar 2022 18:15:31 +0000 |
On Wed, 23 Mar 2022 at 17:36, Zongyuan Li <zongyuan.li@smartx.com> wrote:
>
> Signed-off-by: Zongyuan Li <zongyuan.li@smartx.com>
> ---
> hw/intc/exynos4210_gic.c | 25 ++++++++++++++++++++++---
> 1 file changed, 22 insertions(+), 3 deletions(-)
>
Same comments apply here as for patch 3 -- this is a device,
so it needs to handle the sub-devices differently from board code.
-- PMM
- [PATCH v3 0/5] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ', Zongyuan Li, 2022/03/23
- [PATCH v3 1/5] hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ', Zongyuan Li, 2022/03/23
- [PATCH v3 2/5] hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ', Zongyuan Li, 2022/03/23
- [PATCH v3 3/5] hw/intc/exynos4210_combiner: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ', Zongyuan Li, 2022/03/23
- [PATCH v3 4/5] hw/intc/exynos4210_gic: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ', Zongyuan Li, 2022/03/23
- Re: [PATCH v3 4/5] hw/intc/exynos4210_gic: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ',
Peter Maydell <=
- [PATCH v3 5/5] hw/core/irq: remove unused 'qemu_irq_split' function, Zongyuan Li, 2022/03/23