summaryrefslogtreecommitdiffstats
path: root/hw/intc/exynos4210_gic.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* exynos4210_gic: Suppress gcc9 format-truncation warningsDavid Gibson2019-12-161-1/+8
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* hw/intc/exynos4210_gic: Turn instance_init into realize functionThomas Huth2018-07-231-3/+3
* hw/intc/exynos4210_gic: Constify array of combiner interruptsKrzysztof Kozlowski2017-06-131-1/+1
* hw/intc/exynos4210_gic: Use more meaningful name for local variableKrzysztof Kozlowski2017-06-131-6/+6
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* hw/intc: QOM'ify exynos4210_gic.cxiaoqiang.zhao2016-05-121-19/+20
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/intc/exynos4210_gic.c: Fix memory leak by adjusting orderShannon Zhao2015-06-031-4/+3Star
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-1/+0Star
* exynos4210_gic: QOM cast cleanup for exynos4210.irq_gateAndreas Färber2013-07-291-9/+14
* exynos4210_gic: QOM cast cleanup for exynos4210.gicAndreas Färber2013-07-291-8/+14
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-4/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+462