index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
misc
/
mac_via.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
1
-4
/
+4
*
hw/misc: Constify VMState
Richard Henderson
2023-12-30
1
-2
/
+2
*
mac_via: extend timer calibration hack to work with A/UX
Mark Cave-Ayland
2023-10-06
1
-0
/
+56
*
mac_via: always clear ADB interrupt when switching to A/UX mode
Mark Cave-Ayland
2023-10-06
1
-0
/
+9
*
mac_via: implement ADB_STATE_IDLE state if shift register in input mode
Mark Cave-Ayland
2023-10-06
1
-0
/
+6
*
mac_via: workaround NetBSD ADB bus enumeration issue
Mark Cave-Ayland
2023-10-06
1
-0
/
+34
*
mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK
Mark Cave-Ayland
2023-10-06
1
-0
/
+115
*
q800: implement additional machine id bits on VIA1 port A
Mark Cave-Ayland
2023-10-06
1
-1
/
+13
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
1
-1
/
+1
*
mac_via: fix rtc command decoding for the PRAM seconds registers
Mark Cave-Ayland
2023-06-22
1
-5
/
+6
*
mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xf
Mark Cave-Ayland
2023-06-22
1
-1
/
+1
*
hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase reset
Peter Maydell
2022-12-16
1
-10
/
+16
*
trivial: Fix duplicated words
Thomas Huth
2022-08-01
1
-1
/
+1
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-2
/
+2
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-1
/
+1
*
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
2022-07-12
1
-2
/
+2
*
mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
Mark Cave-Ayland
2022-03-09
1
-4
/
+11
*
mac_via: make SCSI_DATA (DRQ) bit live rather than latched
Mark Cave-Ayland
2022-03-09
1
-1
/
+16
*
mos6522: use device_class_set_parent_reset() to propagate reset to parent
Mark Cave-Ayland
2022-03-09
1
-2
/
+5
*
mos6522: switch over to use qdev gpios for IRQs
Mark Cave-Ayland
2022-03-09
1
-47
/
+9
*
rtc: Move RTC function prototypes to their own header
Peter Maydell
2022-01-28
1
-1
/
+1
*
mac_via: add GPIO for A/UX mode
Mark Cave-Ayland
2021-10-20
1
-0
/
+19
*
mac_via: update comment for VIA1B_vMystery bit
Mark Cave-Ayland
2021-10-20
1
-0
/
+4
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-2
/
+2
*
mac_via: add qdev gpios for nubus slot interrupts to VIA2
Mark Cave-Ayland
2021-09-08
1
-0
/
+23
*
mac_via: remove explicit viaN prefix from VIA IRQ gpios
Mark Cave-Ayland
2021-09-08
1
-6
/
+3
*
mac_via: remove mac_via device
Mark Cave-Ayland
2021-09-08
1
-65
/
+13
*
mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...
Mark Cave-Ayland
2021-09-08
1
-42
/
+44
*
mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()
Mark Cave-Ayland
2021-09-08
1
-14
/
+8
*
mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescription
Mark Cave-Ayland
2021-09-08
1
-15
/
+5
*
mac_via: move ADB variables to MOS6522Q800VIA1State
Mark Cave-Ayland
2021-09-08
1
-86
/
+83
*
mac_via: move PRAM/RTC variables to MOS6522Q800VIA1State
Mark Cave-Ayland
2021-09-08
1
-68
/
+67
*
mac_via: move PRAM contents and block backend to MOS6522Q800VIA1State
Mark Cave-Ayland
2021-09-08
1
-29
/
+30
*
mac_via: move last_b variable into q800 VIA1 VMStateDescription
Mark Cave-Ayland
2021-09-08
1
-1
/
+1
*
mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2
Mark Cave-Ayland
2021-09-08
1
-4
/
+24
*
mac_via: remove VIA1 timer optimisations
Mark Cave-Ayland
2021-03-16
1
-39
/
+4
*
mac_via: fix 60Hz VIA1 timer interval
Mark Cave-Ayland
2021-03-16
1
-2
/
+9
*
mac_via: rename VBL timer to 60Hz timer
Mark Cave-Ayland
2021-03-16
1
-20
/
+21
*
mac_via: don't re-inject ADB response when switching to IDLE state
Mark Cave-Ayland
2021-03-16
1
-51
/
+27
*
mac_via: allow long accesses to VIA registers
Mark Cave-Ayland
2021-03-16
1
-2
/
+2
*
mac_via: fix up adb_via_receive() trace events
Mark Cave-Ayland
2021-03-16
1
-17
/
+24
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
mos6522: Rename QOM macros
Eduardo Habkost
2020-09-02
1
-7
/
+7
*
adb: only call autopoll callbacks when autopoll is not blocked
Mark Cave-Ayland
2020-06-26
1
-5
/
+1
*
mac_via: rework ADB state machine to be compatible with both MacOS and Linux
Mark Cave-Ayland
2020-06-26
1
-119
/
+256
*
mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
Mark Cave-Ayland
2020-06-26
1
-14
/
+10
*
mac_via: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
1
-12
/
+10
*
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
2020-06-15
1
-8
/
+6
*
mac_via: Fix to realize "mos6522-q800-via*" devices
Markus Armbruster
2020-06-15
1
-0
/
+5
[next]