aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/omap_sx1.c
AgeCommit message (Expand)Author
2020-03-17hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-03-05hw/arm/omap_sx1: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé
2020-02-19arm/omap_sx1: use memdev for RAMIgor Mammedov
2019-10-22hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-01-18hw/arm: Clean up includesPeter Maydell
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-06-03hw/arm/omap_sx1.c: Fix memory leak spotted by valgrindShannon Zhao
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2013-11-05omap_sx1: Don't enforce use of kernel or flash for qtestAndreas Färber
2013-10-31hw/arm: Tidy up conditional calls to arm_load_kernelPeter Maydell
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini