index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
m68k
/
q800.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-22
q800: move macfb device to Q800MachineState
Mark Cave-Ayland
1
-2
/
+4
2023-06-22
q800: don't access Nubus bus directly from the mac-nubus-bridge device
Mark Cave-Ayland
1
-1
/
+1
2023-06-22
q800: move mac-nubus-bridge device to Q800MachineState
Mark Cave-Ayland
1
-7
/
+14
2023-06-22
q800: move SWIM device to Q800MachineState
Mark Cave-Ayland
1
-3
/
+5
2023-06-22
q800: move ESP device to Q800MachineState
Mark Cave-Ayland
1
-4
/
+5
2023-06-22
q800: move escc_orgate device to Q800MachineState
Mark Cave-Ayland
1
-7
/
+9
2023-06-22
q800: move ESCC device to Q800MachineState
Mark Cave-Ayland
1
-2
/
+4
2023-06-22
q800: move dp8393x device to Q800MachineState
Mark Cave-Ayland
1
-2
/
+4
2023-06-22
q800: move VIA2 device to Q800MachineState
Mark Cave-Ayland
1
-11
/
+16
2023-06-22
q800: move VIA1 device to Q800MachineState
Mark Cave-Ayland
1
-7
/
+9
2023-06-22
q800: reimplement mac-io region aliasing using IO memory region
Mark Cave-Ayland
1
-19
/
+81
2023-06-22
q800: introduce mac-io container memory region
Mark Cave-Ayland
1
-0
/
+6
2023-06-22
q800: move GLUE device to Q800MachineState
Mark Cave-Ayland
1
-10
/
+14
2023-06-22
q800: move GLUE device into separate q800-glue.c file
Mark Cave-Ayland
1
-237
/
+1
2023-06-22
q800: move ROM memory region to Q800MachineState
Mark Cave-Ayland
1
-8
/
+5
2023-06-22
q800: move CPU object into Q800MachineState
Mark Cave-Ayland
1
-5
/
+13
2023-06-22
q800: rename q800_init() to q800_machine_init()
Mark Cave-Ayland
1
-2
/
+3
2023-06-22
q800: introduce Q800MachineState
Mark Cave-Ayland
1
-0
/
+2
2023-06-22
q800: add missing space after parent object in GLUEState
Mark Cave-Ayland
1
-0
/
+1
2023-06-22
q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty array
Mark Cave-Ayland
1
-5
/
+5
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
1
-1
/
+1
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2022-10-27
m68k/q800: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
1
-20
/
+13
2022-10-24
m68k: write bootinfo as rom section and re-randomize on reboot
Jason A. Donenfeld
1
-20
/
+51
2022-10-21
m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED
Jason A. Donenfeld
1
-0
/
+7
2022-07-13
q800: add default vendor and product information for scsi-cd devices
Mark Cave-Ayland
1
-0
/
+3
2022-07-13
q800: add default vendor and product information for scsi-hd devices
Mark Cave-Ayland
1
-0
/
+3
2022-07-13
q800: implement compat_props to enable quirk_mode_page_truncated for scsi-cd ...
Mark Cave-Ayland
1
-0
/
+1
2022-07-13
q800: implement compat_props to enable quirk_mode_page_vendor_specific_apple ...
Mark Cave-Ayland
1
-0
/
+2
2022-07-13
q800: implement compat_props to enable quirk_mode_sense_rom_use_dbd for scsi-...
Mark Cave-Ayland
1
-0
/
+1
2022-07-13
q800: implement compat_props to enable quirk_mode_page_apple_vendor for scsi-...
Mark Cave-Ayland
1
-0
/
+6
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-03-09
mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
Mark Cave-Ayland
1
-4
/
+5
2022-01-09
q800: fix segfault with invalid MacROM
Laurent Vivier
1
-2
/
+3
2021-10-20
q800: drop 8-bit graphic_depth check for Apple 21 inch display
Mark Cave-Ayland
1
-1
/
+1
2021-10-20
q800: add NMI handler
Mark Cave-Ayland
1
-0
/
+47
2021-10-20
q800: wire up remaining IRQs in classic mode
Mark Cave-Ayland
1
-0
/
+49
2021-10-20
q800: route SONIC on-board Ethernet IRQ via nubus IRQ 9 in classic mode
Mark Cave-Ayland
1
-16
/
+41
2021-10-20
q800: wire up auxmode GPIO to GLUE
Mark Cave-Ayland
1
-0
/
+14
2021-10-20
q800: use GLUE IRQ numbers instead of IRQ level for GLUE IRQs
Mark Cave-Ayland
1
-4
/
+28
2021-10-20
q800: move VIA1 IRQ from level 1 to level 6
Mark Cave-Ayland
1
-1
/
+1
2021-10-08
q800: wire macfb IRQ to separate video interrupt on VIA2
Mark Cave-Ayland
1
-2
/
+5
2021-10-08
macfb: add common monitor modes supported by the MacOS toolbox ROM
Mark Cave-Ayland
1
-4
/
+7
2021-10-08
macfb: add qdev property to specify display type
Mark Cave-Ayland
1
-0
/
+5
2021-09-29
q800: configure nubus available slots for Quadra 800
Mark Cave-Ayland
1
-0
/
+9
2021-09-29
q800: wire up nubus IRQs
Mark Cave-Ayland
1
-0
/
+6
2021-09-29
nubus-bridge: embed the NubusBus object directly within nubus-bridge
Mark Cave-Ayland
1
-1
/
+1
2021-09-29
nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
Mark Cave-Ayland
1
-1
/
+1
2021-09-29
nubus: move nubus to its own 32-bit address space
Mark Cave-Ayland
1
-5
/
+4
2021-09-08
mac_via: remove explicit viaN prefix from VIA IRQ gpios
Mark Cave-Ayland
1
-6
/
+4
[next]