summaryrefslogtreecommitdiffstats
path: root/hw/m68k/an5206.c
Commit message (Expand)AuthorAgeFilesLines
* hw/m68k: QOMify the mcf5206 system integration moduleThomas Huth2020-09-031-2/+12
* m68k/an5206: use memdev for RAMIgor Mammedov2020-02-191-3/+2Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* m68k: an5206: use generic cpu_model parsingIgor Mammedov2017-10-271-5/+2Star
* hw/m68k: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2017-10-161-2/+2
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+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
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* m68k: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2016-01-131-1/+3
* m68k: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+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
* m68k: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller2015-03-251-2/+1Star
* hw/core/loader: implement address translation in uimage loaderMax Filippov2014-11-021-1/+2
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+2
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-4/+4
* an5206: Don't enforce use of kernel for qtestAndreas Färber2013-11-051-0/+4
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+100