aboutsummaryrefslogtreecommitdiff
path: root/include/hw/m68k
AgeCommit message (Expand)AuthorFilesLines
2024-01-30m68k: Clean up includesPeter Maydell1-1/+0
2024-01-11q800: move dp8393x_prom memory region to Q800MachineStateMark Cave-Ayland1-0/+1
2023-11-01hw/char/mcf_uart: Have mcf_uart_create() return DeviceStatePhilippe Mathieu-Daudé1-2/+2
2023-10-06q800: add alias for MacOS toolbox ROM at 0x40000000Mark Cave-Ayland1-0/+1
2023-10-06q800: add ESCC alias at 0xc000Mark Cave-Ayland1-0/+1
2023-10-06q800: add easc bool machine class property to switch between ASC and EASCMark Cave-Ayland1-0/+1
2023-10-06q800: add Apple Sound Chip (ASC) audio to machineMark Cave-Ayland2-1/+5
2023-10-06q800: allow accesses to RAM area even if less memory is availableMark Cave-Ayland1-0/+1
2023-10-06q800: add IOSB subsystemMark Cave-Ayland1-0/+2
2023-10-06q800: add machine id registerMark Cave-Ayland1-0/+1
2023-10-06q800: add djMEMC memory controllerMark Cave-Ayland1-0/+2
2023-06-22q800: move macfb device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move mac-nubus-bridge device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move SWIM device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move ESP device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move escc_orgate device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland1-0/+1
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland1-0/+1
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland1-0/+1
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland1-0/+50
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland1-0/+3
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland1-0/+40
2022-02-21hw/m68k/mcf: Add missing 'exec/hwaddr.h' headerPhilippe Mathieu-Daudé1-0/+1
2021-01-19hw/m68k/next-cube: Add missing header comment to next-cube.hPeter Maydell1-0/+10
2021-01-19hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell1-1/+2
2021-01-19hw/m68k/next-cube: Make next_irq() function staticPeter Maydell1-2/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-09-03hw/m68k: QOMify the mcf5206 system integration moduleThomas Huth1-2/+1
2020-08-27mcf_fec: Move mcf_fec_state typedef to headerEduardo Habkost1-0/+1
2019-09-07m68k: Add NeXTcube machineThomas Huth1-0/+38
2019-09-07m68k: Add NeXTcube keyboard deviceThomas Huth1-0/+2
2019-09-07m68k: Add NeXTcube framebuffer device emulationThomas Huth1-0/+7
2019-06-12Supply missing header guardsMarkus Armbruster1-0/+5
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth1-5/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2017-01-20m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth2-4/+13
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-05-19m68k: include cpu-qom.h in files that require M68KCPUPaolo Bonzini1-0/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+30