summaryrefslogtreecommitdiffstats
path: root/hw/m68k
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-024-4/+0Star
* m68k: add Virtual M68k MachineLaurent Vivier2021-03-153-0/+323
* esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-2/+2
* m68k: import bootinfo headers from linuxLaurent Vivier2021-02-112-68/+7Star
* 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/+0Star
* hw/m68k/next-cube: Move rtc into NeXTPC structPeter Maydell2021-01-191-14/+8Star
* hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell2021-01-191-17/+4Star
* hw/m68k/next-cube: Move int_status and int_mask to NeXTPC structPeter Maydell2021-01-191-17/+16Star
* 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