aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/exynos4210_gic.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson1-6/+3
2022-04-21intc/exynos4210_gic: replace snprintf() with g_strdup_printf()Marc-André Lureau1-6/+3
2022-04-21hw/arm/exynos4210: Put external GIC into state structPeter Maydell1-15/+2
2022-04-21hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.cPeter Maydell1-204/+0
2022-04-21hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]Peter Maydell1-1/+1
2022-04-21hw/arm/exynos4210: Coalesce board_irqs and irq_tablePeter Maydell1-24/+8
2022-04-21hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATEPeter Maydell1-107/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-6/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-12-16exynos4210_gic: Suppress gcc9 format-truncation warningsDavid Gibson1-1/+8
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-07-23hw/intc/exynos4210_gic: Turn instance_init into realize functionThomas Huth1-3/+3
2017-06-13hw/intc/exynos4210_gic: Constify array of combiner interruptsKrzysztof Kozlowski1-1/+1
2017-06-13hw/intc/exynos4210_gic: Use more meaningful name for local variableKrzysztof Kozlowski1-6/+6
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2016-05-12hw/intc: QOM'ify exynos4210_gic.cxiaoqiang.zhao1-19/+20
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-06-03hw/intc/exynos4210_gic.c: Fix memory leak by adjusting orderShannon Zhao1-4/+3
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-1/+0
2013-07-29exynos4210_gic: QOM cast cleanup for exynos4210.irq_gateAndreas Färber1-9/+14
2013-07-29exynos4210_gic: QOM cast cleanup for exynos4210.gicAndreas Färber1-8/+14
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+462