summaryrefslogtreecommitdiffstats
path: root/hw/arm/highbank.c
Commit message (Expand)AuthorAgeFilesLines
* Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber2015-09-191-4/+24
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-18/+14
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* hw/arm/highbank.c: Wire FIQ between CPU <> GICPeter Maydell2015-05-121-0/+3
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-3/+9
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-081-1/+1
* hw/arm/highbank: Fix resource leak and wrong image loadingStefan Weil2015-04-011-2/+1
* arm: fix memory leakGonglei2015-03-191-0/+1
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+2
* target-arm: Disable EL3 on unsupported machinesGreg Bellows2014-12-221-0/+12
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+3
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-12/+12
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-1/+0
* hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar propertyPeter Maydell2014-04-041-7/+7
* hw/arm/highbank: Don't segfault on unknown CPU namesPeter Maydell2014-04-041-0/+5
* exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias2014-02-111-3/+3
* hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil2013-12-231-4/+3
* arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite2013-12-171-7/+8
* arm/highbank: Fix CBAR initialisationPeter Crosthwaite2013-12-171-3/+5
* arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite2013-12-171-3/+9
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-2/+0
* hw/arm/highbank: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-3/+1
* highbank: QOM cast cleanup for HighbankRegsStateAndreas Färber2013-07-291-5/+11
* ARM/highbank: add support for Calxeda ECX-2000 / MidwayAndre Przywara2013-07-151-5/+27
* ARM/highbank: prepare for adding similar machinesAndre Przywara2013-07-151-6/+23
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-1/+1
* hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* remove some double-includesMichael Tokarev2013-05-181-1/+0
* arm: fix location of some include filesPeter Maydell2013-04-151-2/+2
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+342
OpenPOWER on IntegriCloud