aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k
AgeCommit message (Expand)AuthorFilesLines
2019-10-25hw/m68k/mcf5206.c: Switch to transaction-based ptimer APIPeter Maydell1-6/+9
2019-10-22hw/m68k/mcf5208.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+5
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2-2/+2
2019-10-04mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+2
2019-10-01hw/m68k/next-cube: Avoid static RTC variables and introduce control registerThomas Huth1-33/+40
2019-09-07m68k: Add serial controller to the NeXTcube machineThomas Huth2-2/+40
2019-09-07m68k: Add NeXTcube machineThomas Huth2-1/+942
2019-09-07m68k: Add NeXTcube keyboard deviceThomas Huth2-0/+292
2019-09-07m68k: Add NeXTcube framebuffer device emulationThomas Huth1-0/+4
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster3-0/+5
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-03-07m68k-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-3/+2
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+8
2019-02-28hw/m68k/mcf5208: Support loading of bios imagesThomas Huth1-1/+29
2019-02-05hw/m68k/Makefile.objs: Conditionally build boardsÁkos Kovács1-2/+2
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2-2/+2
2018-07-02hw/m68k: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-15hw/m68k/mcf5206: Convert away from old_mmioPeter Maydell1-12/+36
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-01hw/m68k/mcf5208: Fix trivial typo in board descriptionThomas Huth1-1/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell2-5/+5
2017-10-27m68k: mcf5208: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27m68k: an5206: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-16M68K: use g_new() family of functionsMarc-André Lureau2-3/+3
2017-10-16hw/m68k: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis3-6/+8
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2-8/+0
2017-09-01m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov2-2/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2-4/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2-2/+2
2017-02-18hw/m68k: QOMify the ColdFire interrupt controllerThomas Huth1-4/+44
2017-02-18hw/m68k: Remove dummy machineThomas Huth2-86/+0
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth1-3/+3
2017-01-20m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth1-1/+24
2016-10-08m68k: change default system clock for m5208evbGreg Ungerer1-1/+1
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko2-2/+2
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini5-0/+10
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite3-3/+3
2016-01-29m68k: Clean up includesPeter Maydell5-0/+5
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster1-1/+3
2015-09-25m68k: Remove ELF_MACHINE from cpu.hPeter Crosthwaite3-3/+3
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost3-28/+13
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster2-2/+2
2015-06-22m68k: implement more ColdFire 5208 interrupt controller functionalityGreg Ungerer1-0/+14
2015-03-25m68k: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller3-6/+4
2015-03-10m68k: Use cpu_m68k_init()Eduardo Habkost1-2/+4