summaryrefslogtreecommitdiffstats
path: root/hw/m68k
Commit message (Expand)AuthorAgeFilesLines
* q800: fix I/O memory mapLaurent Vivier2019-11-051-8/+32
* hw/m68k: define Macintosh Quadra 800Laurent Vivier2019-10-284-0/+519
* hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier2019-10-281-0/+1
* hw/m68k: add Nubus macfb video cardLaurent Vivier2019-10-281-0/+1
* hw/m68k: add Nubus supportLaurent Vivier2019-10-281-0/+1
* hw/m68k: add VIA supportLaurent Vivier2019-10-281-0/+4
* hw/m68k/mcf5206.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-251-6/+9
* 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-152-2/+2
* mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini2019-10-041-0/+2
* hw/m68k/next-cube: Avoid static RTC variables and introduce control registerThomas Huth2019-10-011-33/+40
* m68k: Add serial controller to the NeXTcube machineThomas Huth2019-09-072-2/+40
* m68k: Add NeXTcube machineThomas Huth2019-09-072-1/+942
* m68k: Add NeXTcube keyboard deviceThomas Huth2019-09-072-0/+292
* m68k: Add NeXTcube framebuffer device emulationThomas Huth2019-09-071-0/+4
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-162-0/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-163-0/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+2
* m68k-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-3/+2Star
* ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+8
* hw/m68k/mcf5208: Support loading of bios imagesThomas Huth2019-02-281-1/+29
* hw/m68k/Makefile.objs: Conditionally build boardsÁkos Kovács2019-02-051-2/+2
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-052-2/+2
* hw/m68k: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw/m68k/mcf5206: Convert away from old_mmioPeter Maydell2018-06-151-12/+36
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* 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-262-5/+5
* m68k: mcf5208: use generic cpu_model parsingIgor Mammedov2017-10-271-5/+2Star
* m68k: an5206: use generic cpu_model parsingIgor Mammedov2017-10-271-5/+2Star
* M68K: use g_new() family of functionsMarc-André Lureau2017-10-162-3/+3
* hw/m68k: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2017-10-163-6/+8
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-192-8/+0Star
* m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov2017-09-012-2/+2
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-142-4/+2Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-142-2/+2
* hw/m68k: QOMify the ColdFire interrupt controllerThomas Huth2017-02-181-4/+44
* hw/m68k: Remove dummy machineThomas Huth2017-02-182-86/+0Star
* 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-222-2/+2
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-225-0/+10
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-222-0/+2
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-043-3/+3
* m68k: Clean up includesPeter Maydell2016-01-295-0/+5
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2016-01-131-1/+3