summaryrefslogtreecommitdiffstats
path: root/hw/intc/grlib_irqmp.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-061-1/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* leon3: use qemu_irq framework instead of callback as propertyMarc-André Lureau2020-01-071-31/+4Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* grlib, irqmp: get rid of the old-style create functionKONRAD Frederic2019-05-171-2/+1Star
* sparc/leon3 irqmp: fix IRQ software ackJean-Christophe Dubois2018-01-241-6/+11
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/intc: QOM'ify grlib_irqmp.cxiaoqiang.zhao2016-05-121-11/+16
* sparc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* grlib_irqmp: QOM cast cleanupAndreas Färber2013-07-291-23/+10Star
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+385