aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/digic_boards.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell1-1/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-03hw/arm: Display CPU type in machine descriptionPhilippe Mathieu-Daudé1-1/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10digic: remove bios_namePaolo Bonzini1-12/+7
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-02-19arm/digic_boards: use memdev for RAMIgor Mammedov1-19/+21
2019-10-22hw/arm/digic4: Inline digic4_board_setup_ram() functionPhilippe Mathieu-Daudé1-7/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-1/+0
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-1/+1
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
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-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-2/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-2/+1
2015-03-19arm: fix memory leakGonglei1-0/+1
2015-03-10arm/digic_boards: Remove superfluous '\n' around error_report()Gonglei1-3/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-1/+1
2013-12-17hw/arm/digic: add NOR ROM supportAntony Pavlov1-0/+78
2013-12-17hw/arm/digic: prepare DIGIC-based boards supportAntony Pavlov1-0/+84