summary refs log tree commit diff stats
path: root/hw/m68k/next-cube.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/m68k: Constify all PropertyRichard Henderson2024-12-151-1/+1
* next-cube: remove cpu parameter from next_scsi_init()Mark Cave-Ayland2024-11-041-2/+2
* next-cube: fix up compilation when DEBUG_NEXT is enabledMark Cave-Ayland2024-11-041-5/+5
* hw/m68k: Use explicit big-endian LD/ST APIPhilippe Mathieu-Daudé2024-10-071-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/m68k: Constify VMStateRichard Henderson2023-12-301-2/+2
* next-cube.c: move machine MemoryRegions into NeXTStateMark Cave-Ayland2023-12-221-17/+21
* next-cube.c: remove val and size arguments from nextscr2_write()Mark Cave-Ayland2023-12-221-11/+6
* next-cube.c: move LED logic to new next_scr2_led_update() functionMark Cave-Ayland2023-12-221-9/+13
* next-cube.c: move static old_scr2 variable to NeXTPCMark Cave-Ayland2023-12-221-3/+9
* next-cube.c: move static phase variable to NextRtcMark Cave-Ayland2023-12-221-15/+16
* next-cube.c: move static led variable to NeXTPCMark Cave-Ayland2023-12-221-6/+7
* next-cube.c: update and improve dma_opsMark Cave-Ayland2023-12-221-37/+63
* next-cube.c: update scr_ops to properly use modern memory APIMark Cave-Ayland2023-12-221-100/+55
* next-cube.c: update mmio_ops to properly use modern memory APIMark Cave-Ayland2023-12-221-111/+45
* next-cube.c: don't pulse SCSI DMA IRQ upon reception of FLUSH commandMark Cave-Ayland2023-12-221-1/+0
* next-cube.c: add dummy Ethernet register to allow diagnostic to timeoutMark Cave-Ayland2023-12-221-0/+4
* m68k: Instantiate the ESP SCSI controller for the NeXTcube machineThomas Huth2023-11-021-7/+110
* hw/m68k/next-cube: Mirror BIOS to address 0Thomas Huth2023-11-011-1/+3
* hw/m68k/next-cube: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé2023-11-011-7/+2
* other architectures: spelling fixesMichael Tokarev2023-07-251-1/+1
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand2021-06-151-2/+2
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw/m68k/next-cube: Add vmstate for NeXTPC devicePeter Maydell2021-01-191-1/+33
* hw/m68k/next-cube: Remove unused fields from NeXTStatePeter Maydell2021-01-191-4/+0
* hw/m68k/next-cube: Move rtc into NeXTPC structPeter Maydell2021-01-191-14/+8
* hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell2021-01-191-17/+4
* hw/m68k/next-cube: Move int_status and int_mask to NeXTPC structPeter Maydell2021-01-191-17/+16
* hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaquePeter Maydell2021-01-191-8/+23
* hw/m68k/next-cube: Move scr_ops into NeXTPC devicePeter Maydell2021-01-191-25/+25
* hw/m68k/next-cube: Move mmio_ops into NeXTPC devicePeter Maydell2021-01-191-36/+44
* hw/m68k/next-cube: Move register/interrupt functionality into a devicePeter Maydell2021-01-191-0/+44
* hw/m68k/next-cube: Make next_irq() function staticPeter Maydell2021-01-191-1/+1
* m68k: remove bios_namePaolo Bonzini2020-12-101-3/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-3/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-6/+6
* Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-251-3/+2
|\
| * m68k/next-cube: use memdev for RAMIgor Mammedov2020-02-191-3/+2
* | hw/m68k/next-cube: Remove superfluous semicolonPhilippe Mathieu-Daudé2020-02-181-1/+1
|/
* 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-071-2/+39
* m68k: Add NeXTcube machineThomas Huth2019-09-071-0/+941