summaryrefslogtreecommitdiffstats
path: root/hw/arm/integratorcp.c
Commit message (Expand)AuthorAgeFilesLines
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/arm/integratorcp: Don't do things that could be fatal in the instance_initThomas Huth2018-04-101-8/+15
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-28/+2Star
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+1
* integratorcp: Don't migrate flash using vmstate_register_ram_global()Peter Maydell2017-07-241-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* hw/arm/integratorcp: Support specifying features via -cpuJulian Brown2017-02-071-2/+17
* integratorcp: adding vmstate for save/restorePavel Dovgalyuk2017-02-071-0/+59
* hw/arm: Fix Integrator/CM initializationJakub Jermar2016-10-041-14/+21
* hw/char: QOM'ify pl011 modelxiaoqiang zhao2016-06-061-2/+3
* hw/arm: QOM'ify integratorcp.cxiaoqiang.zhao2016-05-121-20/+12Star
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2016-01-131-11/+2Star
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-9/+4Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-081-2/+2
* integrator/cp: Implement CARDIN and WPROT signalsJan Kiszka2015-03-111-6/+56
* integrator/cp: Model CP control registers as sysbus deviceJan Kiszka2015-03-111-8/+27
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+2
* target-arm: Disable EL3 on unsupported machinesGreg Bellows2014-12-231-0/+12
* target-arm: Breakout integratorcp and versatilepb cpu initGreg Bellows2014-12-231-2/+17
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+3
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-6/+6
* hw/arm: Stop specifying integratorcp as the default boardPeter Maydell2014-03-271-1/+0Star
* integrator/cp: add support for REFCNT registerJan Petrous2013-12-101-3/+10
* integrator: fix Linux boot failure by emulating dbg regionAlex Bennée2013-10-311-0/+2
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* hw/arm/integratorcp: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-4/+3Star
* integratorcp: QOM cast cleanup for icp_pic_stateAndreas Färber2013-07-291-18/+25
* integratorcp: QOM cast cleanup for integratorcm_stateAndreas Färber2013-07-291-13/+20
* hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-6/+6
* 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/+566