summaryrefslogtreecommitdiff
path: root/hw/m68k/next-cube.c
AgeCommit message (Expand)Author
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
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-10m68k: remove bios_namePaolo Bonzini
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
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-18hw/m68k/next-cube: Remove superfluous semicolonPhilippe Mathieu-Daudé
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