summaryrefslogtreecommitdiff
path: root/hw/arm/exynos4_boards.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-4/+24
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-16/+12
2015-09-19exynos4: Declare each QEMUMachine as a separate variableEduardo Habkost1-17/+14
2015-09-19exynos4: Use MachineClass instead of exynos4_machines arrayEduardo Habkost1-1/+3
2015-09-19exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error messageEduardo Habkost1-2/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-11/+11
2013-11-05exynos4_boards: Silence lack of -smp 2 warning for qtestAndreas Färber1-1/+2
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+0
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-2/+2
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+170