summaryrefslogtreecommitdiffstats
path: root/hw/m68k
Commit message (Expand)AuthorAgeFilesLines
* m68k/q800: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-20/+13Star
* m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-9/+11
* m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld2022-10-243-59/+111
* m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2022-10-212-4/+11
* m68k: align bootinfo strings and data to 4 bytesJason A. Donenfeld2022-09-261-4/+6
* goldfish_rtc: Add big-endian propertyStafford Horne2022-09-041-0/+1
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-1/+8
* q800: add default vendor and product information for scsi-cd devicesMark Cave-Ayland2022-07-131-0/+3
* q800: add default vendor and product information for scsi-hd devicesMark Cave-Ayland2022-07-131-0/+3
* q800: implement compat_props to enable quirk_mode_page_truncated for scsi-cd ...Mark Cave-Ayland2022-07-131-0/+1
* q800: implement compat_props to enable quirk_mode_page_vendor_specific_apple ...Mark Cave-Ayland2022-07-131-0/+2
* q800: implement compat_props to enable quirk_mode_sense_rom_use_dbd for scsi-...Mark Cave-Ayland2022-07-131-0/+1
* q800: implement compat_props to enable quirk_mode_page_apple_vendor for scsi-...Mark Cave-Ayland2022-07-131-0/+6
* m68k: virt: pass RNG seed via bootinfo blockJason A. Donenfeld2022-07-062-0/+23
* m68k: use correct variable name in boot info string macroJason A. Donenfeld2022-07-061-1/+1
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-192-2/+2
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-1/+8
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-063-3/+0Star
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland2022-03-091-4/+5
* m68k: virt: correctly set the initial PCLaurent Vivier2022-01-201-5/+17
* q800: fix segfault with invalid MacROMLaurent Vivier2022-01-091-2/+3
* hw: m68k: Add virt compat machine type for 7.0Laurent Vivier2022-01-091-1/+8
* Merge tag 'm68k-for-6.2-pull-request' of git://github.com/vivier/qemu-m68k in...Richard Henderson2021-11-091-1/+15
|\
| * hw: m68k: virt: Add compat machine for 6.2Laurent Vivier2021-11-091-1/+8
| * hw: m68k: virt: Add compat machine for 6.1Laurent Vivier2021-11-091-1/+8
* | hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé2021-11-091-1/+1
|/
* q800: drop 8-bit graphic_depth check for Apple 21 inch displayMark Cave-Ayland2021-10-201-1/+1
* q800: add NMI handlerMark Cave-Ayland2021-10-201-0/+47
* q800: wire up remaining IRQs in classic modeMark Cave-Ayland2021-10-201-0/+49
* q800: route SONIC on-board Ethernet IRQ via nubus IRQ 9 in classic modeMark Cave-Ayland2021-10-201-16/+41
* q800: wire up auxmode GPIO to GLUEMark Cave-Ayland2021-10-201-0/+14
* q800: use GLUE IRQ numbers instead of IRQ level for GLUE IRQsMark Cave-Ayland2021-10-201-4/+28
* q800: move VIA1 IRQ from level 1 to level 6Mark Cave-Ayland2021-10-201-1/+1
* q800: wire macfb IRQ to separate video interrupt on VIA2Mark Cave-Ayland2021-10-081-2/+5
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-081-4/+7
* macfb: add qdev property to specify display typeMark Cave-Ayland2021-10-081-0/+5
* q800: configure nubus available slots for Quadra 800Mark Cave-Ayland2021-09-291-0/+9
* q800: wire up nubus IRQsMark Cave-Ayland2021-09-291-0/+6
* nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland2021-09-291-1/+1
* nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland2021-09-291-1/+1
* nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland2021-09-291-5/+4Star
* mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland2021-09-081-6/+4Star
* mac_via: remove mac_via deviceMark Cave-Ayland2021-09-081-16/+18
* mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-081-3/+3
* bitops.h: revert db1ffc32dd ("qemu/bitops.h: add bitrev8 implementation")Mark Cave-Ayland2021-07-261-1/+1
* hw/m68k/q800: fix PROM checksum and MAC address storageMark Cave-Ayland2021-07-021-5/+2Star
* hw/m68k/q800: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland2021-07-021-2/+22
* 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-026-6/+0Star