summaryrefslogtreecommitdiffstats
path: root/hw/m68k
Commit message (Expand)AuthorAgeFilesLines
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé2020-02-281-1/+0Star
* Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-254-13/+8Star
|\
| * m68k/next-cube: use memdev for RAMIgor Mammedov2020-02-191-3/+2Star
| * m68k/mcf5208: use memdev for RAMIgor Mammedov2020-02-191-3/+2Star
| * m68k/q800: use memdev for RAMIgor Mammedov2020-02-191-4/+2Star
| * m68k/an5206: use memdev for RAMIgor Mammedov2020-02-191-3/+2Star
* | hw/m68k/next-cube: Remove superfluous semicolonPhilippe Mathieu-Daudé2020-02-181-1/+1
|/
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-293-3/+3
* Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell2020-01-071-1/+2
|\
| * dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-1/+2
* | q800: implement mac rom reset function for BIOS-less modeJason A. Donenfeld2020-01-071-1/+28
* | q800: add a block backend to the PRAMLaurent Vivier2020-01-071-0/+6
|/
* 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