summaryrefslogtreecommitdiffstats
path: root/hw/arm/kzm.c
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell2022-02-081-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-2/+1Star
* arm/kzm: use memdev for RAMIgor Mammedov2020-02-191-5/+4Star
* arm/kzm: drop RAM size fixupIgor Mammedov2020-02-191-4/+5
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-4/+1Star
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-241-3/+2Star
* hw/devices: Move LAN9118 declarations 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: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+1
* Convert error_report() to warn_report()Alistair Francis2017-07-131-3/+3
* 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
* Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2016-02-081-6/+1Star
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* error: Use error_report_err() where appropriate (again)Markus Armbruster2016-01-131-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-9/+4Star
* i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-071-103/+102Star
* i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-1/+1
* i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-1/+2
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-081-2/+1Star
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+2
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-6/+6
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* hw/arm/kzm: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-5/+3Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* arm: fix location of some include filesPeter Maydell2013-04-151-2/+2
* hw: move headers to include/Paolo Bonzini2013-04-081-4/+4
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+157