aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/kzm.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+1
2020-02-19arm/kzm: use memdev for RAMIgor Mammedov1-5/+4
2020-02-19arm/kzm: drop RAM size fixupIgor Mammedov1-4/+5
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-4/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+2
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé1-1/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-3/+3
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-02-08Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois1-103/+102
2015-08-13i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois1-1/+1
2015-08-13i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois1-1/+2
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-2/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+2
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-08-20hw/arm/kzm: Don't use arm_pic_init_cpu()Peter Maydell1-5/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-04-15arm: fix location of some include filesPeter Maydell1-2/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-4/+4
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+157