summaryrefslogtreecommitdiffstats
path: root/hw/m68k/mcf5208.c
Commit message (Expand)AuthorAgeFilesLines
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* m68k: do not use ram_size globalPaolo Bonzini2020-12-101-1/+2
* m68k: remove bios_namePaolo Bonzini2020-12-101-5/+5
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-301-6/+10
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* m68k/mcf5208: 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
* hw/m68k/mcf5208.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+5
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-1/+1
* mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini2019-10-041-0/+2
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+2
* hw/m68k/mcf5208: Support loading of bios imagesThomas Huth2019-02-281-1/+29
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* hw/m68k: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw/m68k/mcf5208: Fix trivial typo in board descriptionThomas Huth2018-05-011-1/+1
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-3/+3
* m68k: mcf5208: use generic cpu_model parsingIgor Mammedov2017-10-271-5/+2Star
* 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/+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/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/+5Star
* 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
* 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/+0Star
* 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