summaryrefslogtreecommitdiff
path: root/hw/arm/highbank.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+2
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows1-0/+12
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+3
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-12/+12
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-1/+0
2014-04-04hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar propertyPeter Maydell1-7/+7
2014-04-04hw/arm/highbank: Don't segfault on unknown CPU namesPeter Maydell1-0/+5
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias1-3/+3
2013-12-23hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil1-4/+3
2013-12-17arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite1-7/+8
2013-12-17arm/highbank: Fix CBAR initialisationPeter Crosthwaite1-3/+5
2013-12-17arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite1-3/+9
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+0
2013-08-20hw/arm/highbank: Don't use arm_pic_init_cpu()Peter Maydell1-3/+1
2013-07-29highbank: QOM cast cleanup for HighbankRegsStateAndreas Färber1-5/+11
2013-07-15ARM/highbank: add support for Calxeda ECX-2000 / MidwayAndre Przywara1-5/+27
2013-07-15ARM/highbank: prepare for adding similar machinesAndre Przywara1-6/+23
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+1
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-05-18remove some double-includesMichael Tokarev1-1/+0
2013-04-15arm: fix location of some include filesPeter Maydell1-2/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+342