summaryrefslogtreecommitdiff
path: root/hw/arm_gic_common.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-05hw/arm_gic_common: Use vmstate struct rather than save/load functionsPeter Maydell1-67/+41
2013-04-05arm_gic: Fix sizes of state fields in preparation for vmstate supportPeter Maydell1-2/+2
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-1/+1
2013-03-05hw/arm_gic: Convert ARM GIC classes to use init/realizePeter Maydell1-11/+15
2013-03-05hw/arm_gic: Add presave/postload hooksPeter Maydell1-0/+10
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-1/+1
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-11hw/arm_gic_common: Correct GICC_PMR reset value for newer GICsPeter Maydell1-1/+5
2012-10-12arm_gic: Rename gic_state to GICStatePeter Maydell1-8/+8
2012-06-19hw/armv7m_nvic: Make the NVIC a freestanding classPeter Maydell1-0/+184