]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
mac_newworld: move wiring of macio IRQs to macio_newworld_realize()
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 3 May 2018 20:24:41 +0000 (21:24 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 May 2018 05:00:37 +0000 (15:00 +1000)
commit0fcd2a814aa331f87fd099171ae03a61311bdfee
treeb260f0ea455b1b9821a79ccf643b69fde2ec0690
parent040b27c0b9e593573736d1f5bb804675f02b8816
mac_newworld: move wiring of macio IRQs to macio_newworld_realize()

Since the macio device has a link to the PIC device, we can now wire up the
IRQs directly via qdev GPIOs rather than having to use an intermediate array.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/misc/macio/macio.c
hw/ppc/mac_newworld.c
include/hw/misc/macio/macio.h