summaryrefslogtreecommitdiff
path: root/hw/m68k
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09esp: Rename ESP_STATE to ESPEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-03hw/m68k: QOMify the mcf5206 system integration moduleThomas Huth
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-06hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()Thomas Huth
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-30hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-30hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bitPhilippe Mathieu-Daudé
2020-03-17hw/m68k: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini
2020-02-19m68k/next-cube: use memdev for RAMIgor Mammedov
2020-02-19m68k/mcf5208: use memdev for RAMIgor Mammedov
2020-02-19m68k/q800: use memdev for RAMIgor Mammedov
2020-02-19m68k/an5206: use memdev for RAMIgor Mammedov
2020-02-18hw/m68k/next-cube: Remove superfluous semicolonPhilippe Mathieu-Daudé
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell
2020-01-07dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau
2020-01-07q800: implement mac rom reset function for BIOS-less modeJason A. Donenfeld
2020-01-07q800: add a block backend to the PRAMLaurent Vivier
2019-11-05q800: fix I/O memory mapLaurent Vivier
2019-10-28hw/m68k: define Macintosh Quadra 800Laurent Vivier
2019-10-28hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier
2019-10-28hw/m68k: add Nubus supportLaurent Vivier
2019-10-28hw/m68k: add VIA supportLaurent Vivier
2019-10-25hw/m68k/mcf5206.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-22hw/m68k/mcf5208.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell
2019-10-04mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini
2019-10-01hw/m68k/next-cube: Avoid static RTC variables and introduce control registerThomas Huth
2019-09-07m68k: Add serial controller to the NeXTcube machineThomas Huth
2019-09-07m68k: Add NeXTcube machineThomas Huth
2019-09-07m68k: Add NeXTcube keyboard deviceThomas Huth
2019-09-07m68k: Add NeXTcube framebuffer device emulationThomas Huth
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-07m68k-softmmu.mak: express dependencies with KconfigPaolo Bonzini
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini