summaryrefslogtreecommitdiffstats
path: root/hw/m68k/q800.c
Commit message (Expand)AuthorAgeFilesLines
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland2022-03-091-4/+5
* q800: fix segfault with invalid MacROMLaurent Vivier2022-01-091-2/+3
* 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
* Do not include exec/address-spaces.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-021-1/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-2/+2
* m68k: import bootinfo headers from linuxLaurent Vivier2021-02-111-13/+7Star
* hw/m68k/q800.c: Make the GLUE chip an actual QOM devicePeter Maydell2020-12-121-12/+70
* hw/m68k/q800: Don't connect two qemu_irqs directly to the same inputPeter Maydell2020-12-121-2/+10
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* m68k: remove bios_namePaolo Bonzini2020-12-101-3/+1Star
* esp: Rename ESP_STATE to ESPEduardo Habkost2020-09-091-1/+1
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-2/+1Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-6/+6
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-18/+18
* hw/m68k: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1Star
* hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé2020-02-281-1/+0Star
* m68k/q800: use memdev for RAMIgor Mammedov2020-02-191-4/+2Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell2020-01-071-1/+2
|\
| * dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-1/+2
* | q800: implement mac rom reset function for BIOS-less modeJason A. Donenfeld2020-01-071-1/+28
* | q800: add a block backend to the PRAMLaurent Vivier2020-01-071-0/+6
|/
* q800: fix I/O memory mapLaurent Vivier2019-11-051-8/+32
* hw/m68k: define Macintosh Quadra 800Laurent Vivier2019-10-281-0/+401