aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k
AgeCommit message (Expand)AuthorFilesLines
2020-05-30hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé3-12/+24
2020-05-30hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bitPhilippe Mathieu-Daudé1-4/+4
2020-03-17hw/m68k: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé1-1/+0
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini4-13/+8
2020-02-19m68k/next-cube: use memdev for RAMIgor Mammedov1-3/+2
2020-02-19m68k/mcf5208: use memdev for RAMIgor Mammedov1-3/+2
2020-02-19m68k/q800: use memdev for RAMIgor Mammedov1-4/+2
2020-02-19m68k/an5206: use memdev for RAMIgor Mammedov1-3/+2
2020-02-18hw/m68k/next-cube: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic3-3/+3
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell1-1/+2
2020-01-07dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau1-1/+2
2020-01-07q800: implement mac rom reset function for BIOS-less modeJason A. Donenfeld1-1/+28
2020-01-07q800: add a block backend to the PRAMLaurent Vivier1-0/+6
2019-11-05q800: fix I/O memory mapLaurent Vivier1-8/+32
2019-10-28hw/m68k: define Macintosh Quadra 800Laurent Vivier4-0/+519
2019-10-28hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier1-0/+1
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier1-0/+1
2019-10-28hw/m68k: add Nubus supportLaurent Vivier1-0/+1
2019-10-28hw/m68k: add VIA supportLaurent Vivier1-0/+4
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