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
/
misc
/
mac_via.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-2
/
+2
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-1
/
+1
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
1
-2
/
+2
2022-03-09
mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
Mark Cave-Ayland
1
-4
/
+11
2022-03-09
mac_via: make SCSI_DATA (DRQ) bit live rather than latched
Mark Cave-Ayland
1
-1
/
+16
2022-03-09
mos6522: use device_class_set_parent_reset() to propagate reset to parent
Mark Cave-Ayland
1
-2
/
+5
2022-03-09
mos6522: switch over to use qdev gpios for IRQs
Mark Cave-Ayland
1
-47
/
+9
2022-01-28
rtc: Move RTC function prototypes to their own header
Peter Maydell
1
-1
/
+1
2021-10-20
mac_via: add GPIO for A/UX mode
Mark Cave-Ayland
1
-0
/
+19
2021-10-20
mac_via: update comment for VIA1B_vMystery bit
Mark Cave-Ayland
1
-0
/
+4
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-2
/
+2
2021-09-08
mac_via: add qdev gpios for nubus slot interrupts to VIA2
Mark Cave-Ayland
1
-0
/
+23
2021-09-08
mac_via: remove explicit viaN prefix from VIA IRQ gpios
Mark Cave-Ayland
1
-6
/
+3
2021-09-08
mac_via: remove mac_via device
Mark Cave-Ayland
1
-65
/
+13
2021-09-08
mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...
Mark Cave-Ayland
1
-42
/
+44
2021-09-08
mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()
Mark Cave-Ayland
1
-14
/
+8
2021-09-08
mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescription
Mark Cave-Ayland
1
-15
/
+5
2021-09-08
mac_via: move ADB variables to MOS6522Q800VIA1State
Mark Cave-Ayland
1
-86
/
+83
2021-09-08
mac_via: move PRAM/RTC variables to MOS6522Q800VIA1State
Mark Cave-Ayland
1
-68
/
+67
2021-09-08
mac_via: move PRAM contents and block backend to MOS6522Q800VIA1State
Mark Cave-Ayland
1
-29
/
+30
2021-09-08
mac_via: move last_b variable into q800 VIA1 VMStateDescription
Mark Cave-Ayland
1
-1
/
+1
2021-09-08
mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2
Mark Cave-Ayland
1
-4
/
+24
2021-03-16
mac_via: remove VIA1 timer optimisations
Mark Cave-Ayland
1
-39
/
+4
2021-03-16
mac_via: fix 60Hz VIA1 timer interval
Mark Cave-Ayland
1
-2
/
+9
2021-03-16
mac_via: rename VBL timer to 60Hz timer
Mark Cave-Ayland
1
-20
/
+21
2021-03-16
mac_via: don't re-inject ADB response when switching to IDLE state
Mark Cave-Ayland
1
-51
/
+27
2021-03-16
mac_via: allow long accesses to VIA registers
Mark Cave-Ayland
1
-2
/
+2
2021-03-16
mac_via: fix up adb_via_receive() trace events
Mark Cave-Ayland
1
-17
/
+24
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-09-02
mos6522: Rename QOM macros
Eduardo Habkost
1
-7
/
+7
2020-06-26
adb: only call autopoll callbacks when autopoll is not blocked
Mark Cave-Ayland
1
-5
/
+1
2020-06-26
mac_via: rework ADB state machine to be compatible with both MacOS and Linux
Mark Cave-Ayland
1
-119
/
+256
2020-06-26
mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
Mark Cave-Ayland
1
-14
/
+10
2020-06-26
mac_via: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
1
-12
/
+10
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
1
-8
/
+6
2020-06-15
mac_via: Fix to realize "mos6522-q800-via*" devices
Markus Armbruster
1
-0
/
+5
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-2
/
+2
2020-03-12
q800: fix coverity warning CID 1412799
Laurent Vivier
1
-2
/
+5
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-07
q800: add a block backend to the PRAM
Laurent Vivier
1
-0
/
+65
2020-01-07
q800: fix mac_via RTC PRAM commands
Laurent Vivier
1
-83
/
+191
2019-10-28
hw/m68k: implement ADB bus support for via
Laurent Vivier
1
-0
/
+197
2019-10-28
hw/m68k: add VIA support
Laurent Vivier
1
-0
/
+767