On Mon, 30 Dec 2019 at 11:10, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > By calling qdev_pass_gpios() we don't need to hold a copy of the > IRQs from the INTC into the SoC state. > Instead of filling an array of qemu_irq and passing it around, we > can now directly call qdev_get_gpio_in() on the SoC. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > include/hw/arm/allwinner-a10.h | 1 - > hw/arm/allwinner-a10.c | 24 +++++++++++------------- > 2 files changed, 11 insertions(+), 14 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM