summary refs log tree commit diff stats
path: root/hw/m68k/mcf5208.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* m68k: mcf5208: use generic cpu_model parsingIgor Mammedov2017-10-271-5/+2
* M68K: use g_new() family of functionsMarc-André Lureau2017-10-161-1/+1
* hw/m68k: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2017-10-161-3/+4
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0
* 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/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth2017-02-161-3/+3
* m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth2017-01-201-1/+24
* m68k: change default system clock for m5208evbGreg Ungerer2016-10-081-1/+1
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-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
* m68k: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-10/+5
* 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/+1
* hw/core/loader: implement address translation in uimage loaderMax Filippov2014-11-031-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
* mcf5208: 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/+0
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* 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/+306