aboutsummaryrefslogtreecommitdiff
path: root/hw/m68k
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-09Merge tag 'm68k-for-6.2-pull-request' of git://github.com/vivier/qemu-m68k in...Richard Henderson1-1/+15
2021-11-09hw: m68k: virt: Add compat machine for 6.2Laurent Vivier1-1/+8
2021-11-09hw: m68k: virt: Add compat machine for 6.1Laurent Vivier1-1/+8
2021-11-09hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé1-1/+1
2021-10-20q800: drop 8-bit graphic_depth check for Apple 21 inch displayMark Cave-Ayland1-1/+1
2021-10-20q800: add NMI handlerMark Cave-Ayland1-0/+47
2021-10-20q800: wire up remaining IRQs in classic modeMark Cave-Ayland1-0/+49
2021-10-20q800: route SONIC on-board Ethernet IRQ via nubus IRQ 9 in classic modeMark Cave-Ayland1-16/+41
2021-10-20q800: wire up auxmode GPIO to GLUEMark Cave-Ayland1-0/+14
2021-10-20q800: use GLUE IRQ numbers instead of IRQ level for GLUE IRQsMark Cave-Ayland1-4/+28
2021-10-20q800: move VIA1 IRQ from level 1 to level 6Mark Cave-Ayland1-1/+1
2021-10-08q800: wire macfb IRQ to separate video interrupt on VIA2Mark Cave-Ayland1-2/+5
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland1-4/+7
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland1-0/+5
2021-09-29q800: configure nubus available slots for Quadra 800Mark Cave-Ayland1-0/+9
2021-09-29q800: wire up nubus IRQsMark Cave-Ayland1-0/+6
2021-09-29nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland1-1/+1
2021-09-29nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland1-1/+1
2021-09-29nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland1-5/+4
2021-09-08mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland1-6/+4
2021-09-08mac_via: remove mac_via deviceMark Cave-Ayland1-16/+18
2021-09-08mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland1-3/+3
2021-07-26bitops.h: revert db1ffc32dd ("qemu/bitops.h: add bitrev8 implementation")Mark Cave-Ayland1-1/+1
2021-07-02hw/m68k/q800: fix PROM checksum and MAC address storageMark Cave-Ayland1-5/+2
2021-07-02hw/m68k/q800: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland1-2/+22
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-2/+2