aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/mac_via.c
AgeCommit message (Expand)Author
6 dayshw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2023-12-30hw/misc: Constify VMStateRichard Henderson
2023-10-06mac_via: extend timer calibration hack to work with A/UXMark Cave-Ayland
2023-10-06mac_via: always clear ADB interrupt when switching to A/UX modeMark Cave-Ayland
2023-10-06mac_via: implement ADB_STATE_IDLE state if shift register in input modeMark Cave-Ayland
2023-10-06mac_via: workaround NetBSD ADB bus enumeration issueMark Cave-Ayland
2023-10-06mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEKMark Cave-Ayland
2023-10-06q800: implement additional machine id bits on VIA1 port AMark Cave-Ayland
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-06-22mac_via: fix rtc command decoding for the PRAM seconds registersMark Cave-Ayland
2023-06-22mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xfMark Cave-Ayland
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell
2022-08-01trivial: Fix duplicated wordsThomas Huth
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria
2022-03-09mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland
2022-03-09mac_via: make SCSI_DATA (DRQ) bit live rather than latchedMark Cave-Ayland
2022-03-09mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2021-10-20mac_via: add GPIO for A/UX modeMark Cave-Ayland
2021-10-20mac_via: update comment for VIA1B_vMystery bitMark Cave-Ayland
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-09-08mac_via: add qdev gpios for nubus slot interrupts to VIA2Mark Cave-Ayland
2021-09-08mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland
2021-09-08mac_via: remove mac_via deviceMark Cave-Ayland
2021-09-08mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...Mark Cave-Ayland
2021-09-08mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()Mark Cave-Ayland
2021-09-08mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescriptionMark Cave-Ayland
2021-09-08mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland
2021-09-08mac_via: move PRAM/RTC variables to MOS6522Q800VIA1StateMark Cave-Ayland
2021-09-08mac_via: move PRAM contents and block backend to MOS6522Q800VIA1StateMark Cave-Ayland
2021-09-08mac_via: move last_b variable into q800 VIA1 VMStateDescriptionMark Cave-Ayland
2021-09-08mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2Mark Cave-Ayland
2021-03-16mac_via: remove VIA1 timer optimisationsMark Cave-Ayland
2021-03-16mac_via: fix 60Hz VIA1 timer intervalMark Cave-Ayland
2021-03-16mac_via: rename VBL timer to 60Hz timerMark Cave-Ayland
2021-03-16mac_via: don't re-inject ADB response when switching to IDLE stateMark Cave-Ayland
2021-03-16mac_via: allow long accesses to VIA registersMark Cave-Ayland
2021-03-16mac_via: fix up adb_via_receive() trace eventsMark Cave-Ayland
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-02mos6522: Rename QOM macrosEduardo Habkost
2020-06-26adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland
2020-06-26mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland
2020-06-26mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland
2020-06-26mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster
2020-06-15mac_via: Fix to realize "mos6522-q800-via*" devicesMarkus Armbruster