aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k
AgeCommit message (Expand)AuthorFilesLines
2023-08-23hw: Add compat machines for 8.2Cornelia Huck1-1/+8
2023-07-25other architectures: spelling fixesMichael Tokarev3-3/+3
2023-06-22q800: move macfb device to Q800MachineStateMark Cave-Ayland1-2/+4
2023-06-22q800: don't access Nubus bus directly from the mac-nubus-bridge deviceMark Cave-Ayland1-1/+1
2023-06-22q800: move mac-nubus-bridge device to Q800MachineStateMark Cave-Ayland1-7/+14
2023-06-22q800: move SWIM device to Q800MachineStateMark Cave-Ayland1-3/+5
2023-06-22q800: move ESP device to Q800MachineStateMark Cave-Ayland1-4/+5
2023-06-22q800: move escc_orgate device to Q800MachineStateMark Cave-Ayland1-7/+9
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland1-2/+4
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland1-2/+4
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland1-11/+16
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland1-7/+9
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland1-19/+81
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland1-0/+6
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland1-10/+14
2023-06-22q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland1-16/+13
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland3-238/+254
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland1-8/+5
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland1-5/+13
2023-06-22q800: rename q800_init() to q800_machine_init()Mark Cave-Ayland1-2/+3
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: add missing space after parent object in GLUEStateMark Cave-Ayland1-0/+1
2023-06-22q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty arrayMark Cave-Ayland1-5/+5
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-1/+1
2023-04-20hw: Add compat machines for 8.1Cornelia Huck1-1/+8
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson3-0/+3
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-1/+8
2022-10-27m68k/q800: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-20/+13
2022-10-27m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-9/+11
2022-10-24m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld3-59/+111
2022-10-21m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2-4/+11
2022-09-26m68k: align bootinfo strings and data to 4 bytesJason A. Donenfeld1-4/+6
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne1-0/+1
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-1/+8
2022-07-13q800: add default vendor and product information for scsi-cd devicesMark Cave-Ayland1-0/+3
2022-07-13q800: add default vendor and product information for scsi-hd devicesMark Cave-Ayland1-0/+3
2022-07-13q800: implement compat_props to enable quirk_mode_page_truncated for scsi-cd ...Mark Cave-Ayland1-0/+1
2022-07-13q800: implement compat_props to enable quirk_mode_page_vendor_specific_apple ...Mark Cave-Ayland1-0/+2
2022-07-13q800: implement compat_props to enable quirk_mode_sense_rom_use_dbd for scsi-...Mark Cave-Ayland1-0/+1
2022-07-13q800: implement compat_props to enable quirk_mode_page_apple_vendor for scsi-...Mark Cave-Ayland1-0/+6
2022-07-06m68k: virt: pass RNG seed via bootinfo blockJason A. Donenfeld2-0/+23
2022-07-06m68k: use correct variable name in boot info string macroJason A. Donenfeld1-1/+1
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2-2/+2
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-1/+8
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau3-3/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-09mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland1-4/+5
2022-01-20m68k: virt: correctly set the initial PCLaurent Vivier1-5/+17
2022-01-09q800: fix segfault with invalid MacROMLaurent Vivier1-2/+3
2022-01-09hw: m68k: Add virt compat machine type for 7.0Laurent Vivier1-1/+8