summaryrefslogtreecommitdiffstats
path: root/hw/intc/omap_intc.c
Commit message (Expand)AuthorAgeFilesLines
* omap_intc: Use typedef name for instance_sizeEduardo Habkost2020-09-091-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* omap-intc: remove PROP_PTRMarc-André Lureau2020-01-071-7/+10
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-2/+2
* hw/intc: QOM'ify omap_intc.cxiaoqiang zhao2016-05-121-26/+38
* hw/intc: Clean up includesPeter Maydell2016-01-291-0/+1
* omap: Don't use hw_error() in device init() methodsMarkus Armbruster2016-01-131-3/+7
* omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini2015-04-281-4/+5
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+4
* omap_intc: QOM'ify omap-intc and omap2-intcAndreas Färber2013-07-291-22/+35
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+649