aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/gumstix.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11hw/arm: Deprecate various old Arm machine typesPeter Maydell1-0/+2
2024-02-02hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse1-4/+2
2024-01-26hw/arm: Build various units only oncePhilippe Mathieu-Daudé1-1/+0
2023-01-12hw/arm: Remove unreachable code calling pflash_cfi01_register()Philippe Mathieu-Daudé1-12/+6
2023-01-12hw/arm/gumstix: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-13/+14
2023-01-12hw/arm/gumstix: Improve documentationPhilippe Mathieu-Daudé1-2/+4
2023-01-12hw/arm/pxa2xx: Simplify pxa270_init()Philippe Mathieu-Daudé1-2/+1
2023-01-12hw/arm/pxa2xx: Simplify pxa255_init()Philippe Mathieu-Daudé1-2/+1
2020-03-05hw/arm/gumstix: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé1-14/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-04-29hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-4/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-2/+2
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-6/+7
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-2/+3
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-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
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-2/+3
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-3/+3
2013-11-05gumstix: Don't enforce use of -pflash for qtestAndreas Färber1-4/+7
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+0
2013-04-15arm: fix location of some include filesPeter Maydell1-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/+141