summaryrefslogtreecommitdiffstats
path: root/hw/arm/mainstone.c
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1Star
* hw/arm/mainstone: Simplify since the machines are little-endian onlyPhilippe Mathieu-Daudé2020-03-051-7/+1Star
* mainstone: Make providing flash images non-mandatoryGuenter Roeck2020-02-211-10/+1Star
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-4/+1Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+1Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-1/+1
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-3/+4
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-5/+4Star
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* mainstone: Add mapping for dot, slash and backspace.Vijay Kumar B2016-10-041-0/+3
* mainstone: Fix incorrect key mapping for Enter key.Vijay Kumar B2016-10-041-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-9/+4Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-4/+4
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-7/+7
* mainstone: Fix duplicate array values for key 'space'Stefan Weil2014-01-011-2/+11
* pxa27x: Add 'const' attribute to keyboard mapsStefan Weil2014-01-011-1/+1
* mainstone: Don't enforce use of -pflash for qtestAndreas Färber2013-11-051-1/+4
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* arm: fix location of some include filesPeter Maydell2013-04-151-2/+2
* hw: move headers to include/Paolo Bonzini2013-04-081-4/+4
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+190