summaryrefslogtreecommitdiff
path: root/hw/arm/highbank.c
AgeCommit message (Expand)Author
2018-08-24hw/arm/highbank: Connect VIRQ and VFIQPeter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-26hw/arm/highbank: don't make sysram 'nomigrate'Peter Maydell
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2017-11-13highbank: validate register offset before accessPrasad J Pandit
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-02-21hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao
2016-05-12hw/arm: QOM'ify highbank.cxiaoqiang.zhao
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann
2016-01-18hw/arm: Clean up includesPeter Maydell
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2015-11-10arm: highbank: Implement PSCI and dummy monitorPeter Crosthwaite
2015-11-10arm: highbank: Defeature CPU overridePeter Crosthwaite
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-05-12hw/arm/highbank.c: Wire FIQ between CPU <> GICPeter Maydell
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller
2015-04-01hw/arm/highbank: Fix resource leak and wrong image loadingStefan Weil
2015-03-19arm: fix memory leakGonglei
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-04-04hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar propertyPeter Maydell
2014-04-04hw/arm/highbank: Don't segfault on unknown CPU namesPeter Maydell
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias
2013-12-23hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil
2013-12-17arm/highbank.c: Fix MPCore periphbase namePeter Crosthwaite
2013-12-17arm/highbank: Fix CBAR initialisationPeter Crosthwaite
2013-12-17arm/highbank: Use object_new() rather than cpu_arm_init()Peter Crosthwaite
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-20hw/arm/highbank: Don't use arm_pic_init_cpu()Peter Maydell
2013-07-29highbank: QOM cast cleanup for HighbankRegsStateAndreas Färber
2013-07-15ARM/highbank: add support for Calxeda ECX-2000 / MidwayAndre Przywara
2013-07-15ARM/highbank: prepare for adding similar machinesAndre Przywara
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini