[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH v1 0/1] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ'
|
From: |
Zongyuan Li |
|
Subject: |
[RFC PATCH v1 0/1] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ' |
|
Date: |
Sun, 20 Mar 2022 03:32:13 +0800 |
This is a WIP patch set trying to resolve
https://gitlab.com/qemu-project/qemu/-/issues/811
which tries to totally remove 'qemu_irq_split', and
uses QOM object 'TYPE_SPLIT_IRQ' device instead.
I just want to make sure I'm on the right way.
Zongyuan Li (1):
hw/arm/realview: use qom to replace old irq function
hw/arm/realview.c | 52 +++++++++++++++++++++++++++++++++++++++--------
1 file changed, 44 insertions(+), 8 deletions(-)
--
2.34.0
- [RFC PATCH v1 0/1] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ',
Zongyuan Li <=