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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-06
q800: add alias for MacOS toolbox ROM at 0x40000000
Mark Cave-Ayland
1
-0
/
+5
2023-10-06
q800: add ESCC alias at 0xc000
Mark Cave-Ayland
1
-0
/
+6
2023-10-06
q800: add easc bool machine class property to switch between ASC and EASC
Mark Cave-Ayland
1
-1
/
+29
2023-10-06
q800: add Apple Sound Chip (ASC) audio to machine
Mark Cave-Ayland
2
-1
/
+31
2023-10-06
audio: add Apple Sound Chip (ASC) emulation
Mark Cave-Ayland
1
-0
/
+1
2023-10-06
q800: allow accesses to RAM area even if less memory is available
Mark Cave-Ayland
1
-1
/
+29
2023-10-06
q800: add IOSB subsystem
Mark Cave-Ayland
2
-0
/
+10
2023-10-06
q800: add machine id register
Mark Cave-Ayland
1
-0
/
+29
2023-10-06
q800: add djMEMC memory controller
Mark Cave-Ayland
2
-0
/
+11
2023-10-06
q800-glue.c: convert to Resettable interface
Mark Cave-Ayland
1
-3
/
+4
2023-09-29
hw/m68k: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-6
/
+4
2023-08-23
hw: Add compat machines for 8.2
Cornelia Huck
1
-1
/
+8
2023-07-25
other architectures: spelling fixes
Michael Tokarev
3
-3
/
+3
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-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macro
Mark Cave-Ayland
1
-16
/
+13
2023-06-22
q800: move GLUE device into separate q800-glue.c file
Mark Cave-Ayland
3
-238
/
+254
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-04-20
hw: Add compat machines for 8.1
Cornelia Huck
1
-1
/
+8
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
3
-0
/
+3
2022-12-21
hw: Add compat machines for 8.0
Cornelia Huck
1
-1
/
+8
2022-10-27
m68k/q800: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
1
-20
/
+13
2022-10-27
m68k/virt: do not re-randomize RNG seed on snapshot load
Jason A. Donenfeld
1
-9
/
+11
2022-10-24
m68k: write bootinfo as rom section and re-randomize on reboot
Jason A. Donenfeld
3
-59
/
+111
2022-10-21
m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED
Jason A. Donenfeld
2
-4
/
+11
2022-09-26
m68k: align bootinfo strings and data to 4 bytes
Jason A. Donenfeld
1
-4
/
+6
2022-09-04
goldfish_rtc: Add big-endian property
Stafford Horne
1
-0
/
+1
2022-08-25
hw: Add compat machines for 7.2
Cornelia Huck
1
-1
/
+8
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
[next]