aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k
AgeCommit message (Expand)Author
2021-02-11m68k: import bootinfo headers from linuxLaurent Vivier
2021-01-19hw/m68k/next-cube: Add vmstate for NeXTPC devicePeter Maydell
2021-01-19hw/m68k/next-cube: Remove unused fields from NeXTStatePeter Maydell
2021-01-19hw/m68k/next-cube: Move rtc into NeXTPC structPeter Maydell
2021-01-19hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell
2021-01-19hw/m68k/next-cube: Move int_status and int_mask to NeXTPC structPeter Maydell
2021-01-19hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaquePeter Maydell
2021-01-19hw/m68k/next-cube: Move scr_ops into NeXTPC devicePeter Maydell
2021-01-19hw/m68k/next-cube: Move mmio_ops into NeXTPC devicePeter Maydell
2021-01-19hw/m68k/next-cube: Move register/interrupt functionality into a devicePeter Maydell
2021-01-19hw/m68k/next-cube: Make next_irq() function staticPeter Maydell
2020-12-12hw/m68k/q800.c: Make the GLUE chip an actual QOM devicePeter Maydell
2020-12-12hw/m68k/q800: Don't connect two qemu_irqs directly to the same inputPeter Maydell
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10m68k: do not use ram_size globalPaolo Bonzini
2020-12-10m68k: remove bios_namePaolo Bonzini
2020-12-09hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize()Peter Maydell
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