summaryrefslogtreecommitdiff
path: root/hw/arm/integratorcp.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-04-10hw/arm/integratorcp: Don't do things that could be fatal in the instance_initThomas Huth1-8/+15
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-28/+2
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
2017-07-24integratorcp: Don't migrate flash using vmstate_register_ram_global()Peter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-02-07hw/arm/integratorcp: Support specifying features via -cpuJulian Brown1-2/+17
2017-02-07integratorcp: adding vmstate for save/restorePavel Dovgalyuk1-0/+59
2016-10-04hw/arm: Fix Integrator/CM initializationJakub Jermar1-14/+21
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao1-2/+3
2016-05-12hw/arm: QOM'ify integratorcp.cxiaoqiang.zhao1-20/+12
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster1-11/+2
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-2/+2
2015-03-11integrator/cp: Implement CARDIN and WPROT signalsJan Kiszka1-6/+56
2015-03-11integrator/cp: Model CP control registers as sysbus deviceJan Kiszka1-8/+27
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-12-22target-arm: Breakout integratorcp and versatilepb cpu initGreg Bellows1-2/+17
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+3
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2014-03-27hw/arm: Stop specifying integratorcp as the default boardPeter Maydell1-1/+0
2013-12-10integrator/cp: add support for REFCNT registerJan Petrous1-3/+10
2013-10-31integrator: fix Linux boot failure by emulating dbg regionAlex Bennée1-0/+2
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-08-20hw/arm/integratorcp: Don't use arm_pic_init_cpu()Peter Maydell1-4/+3
2013-07-29integratorcp: QOM cast cleanup for icp_pic_stateAndreas Färber1-18/+25
2013-07-29integratorcp: QOM cast cleanup for integratorcm_stateAndreas Färber1-13/+20
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-6/+6
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/+566