summaryrefslogtreecommitdiffstats
path: root/hw/arm/integratorcp.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-8/+15
* hw/arm/integratorcp: Map the audio codec controllerPhilippe Mathieu-Daudé2020-02-281-0/+1
* arm/integratorcp: use memdev for RAMIgor Mammedov2020-02-191-5/+4Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-7/+1Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* 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