summaryrefslogtreecommitdiff
path: root/hw/arm/kzm.c
AgeCommit message (Expand)AuthorFilesLines
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