aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/collie.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+2
2023-01-12hw/arm/collie: Simplify flash creation using for() loopPhilippe Mathieu-Daudé1-10/+7
2023-01-12hw/arm/collie: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-6/+10
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-04-03hw/arm/collie: Put StrongARMState* into a CollieMachineState structPeter Maydell1-5/+28
2020-02-19arm/collie: use memdev for RAMIgor Mammedov1-4/+12
2019-10-22hw/arm/collie: Create the RAM in the boardPhilippe Mathieu-Daudé1-2/+6
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-7/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+3
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-2/+2
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-7/+3
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+1
2016-05-19explicitly include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-10-16target-arm: Provide model numbers for Sharp PDAsRyo ONODERA1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-3/+2
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-4/+5
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-5/+5
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-04-15arm: fix location of some include filesPeter Maydell1-2/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+73