summaryrefslogtreecommitdiff
path: root/hw/arm/strongarm.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-2/+2
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-3/+4
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-06-29hw/arm/strongarm: Wire up missing GPIO and PPC vmstatePeter Maydell1-0/+4
2014-06-29hw/arm/strongarm: Fix handling of GPSR/GPCR readsPeter Maydell1-8/+6
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-6/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-12/+12
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh1-5/+5
2013-08-20hw/arm/strongarm: Don't use arm_pic_init_cpu()Peter Maydell1-3/+3
2013-07-29strongarm: QOM cast cleanup for StrongARMSSPStateAndreas Färber1-10/+18
2013-07-29strongarm: QOM cast cleanup for StrongARMUARTStateAndreas Färber1-6/+11
2013-07-29strongarm: QOM cast cleanup for StrongARMPPCInfoAndreas Färber1-10/+14
2013-07-29strongarm: QOM cast cleanup for StrongARMGPIOInfoAndreas Färber1-11/+14
2013-07-29strongarm: QOM cast cleanup for StrongARMRTCStateAndreas Färber1-5/+10
2013-07-29strongarm: QOM cast cleanup for StrongARMPICStateAndreas Färber1-9/+16
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+12
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-7/+7
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move last file to hw/arm/Paolo Bonzini1-0/+1623