summaryrefslogtreecommitdiffstats
path: root/hw/misc/mac_via.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix duplicated wordsThomas Huth2022-08-011-1/+1
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-2/+2
* mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland2022-03-091-4/+11
* mac_via: make SCSI_DATA (DRQ) bit live rather than latchedMark Cave-Ayland2022-03-091-1/+16
* mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland2022-03-091-2/+5
* mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2022-03-091-47/+9Star
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* mac_via: add GPIO for A/UX modeMark Cave-Ayland2021-10-201-0/+19
* mac_via: update comment for VIA1B_vMystery bitMark Cave-Ayland2021-10-201-0/+4
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+2
* mac_via: add qdev gpios for nubus slot interrupts to VIA2Mark Cave-Ayland2021-09-081-0/+23
* mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland2021-09-081-6/+3Star
* mac_via: remove mac_via deviceMark Cave-Ayland2021-09-081-65/+13Star
* mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...Mark Cave-Ayland2021-09-081-42/+44
* mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()Mark Cave-Ayland2021-09-081-14/+8Star
* mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescriptionMark Cave-Ayland2021-09-081-15/+5Star
* mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-081-86/+83Star
* mac_via: move PRAM/RTC variables to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-081-68/+67Star
* mac_via: move PRAM contents and block backend to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-081-29/+30
* mac_via: move last_b variable into q800 VIA1 VMStateDescriptionMark Cave-Ayland2021-09-081-1/+1
* mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2Mark Cave-Ayland2021-09-081-4/+24
* mac_via: remove VIA1 timer optimisationsMark Cave-Ayland2021-03-161-39/+4Star
* mac_via: fix 60Hz VIA1 timer intervalMark Cave-Ayland2021-03-161-2/+9
* mac_via: rename VBL timer to 60Hz timerMark Cave-Ayland2021-03-161-20/+21
* mac_via: don't re-inject ADB response when switching to IDLE stateMark Cave-Ayland2021-03-161-51/+27Star
* mac_via: allow long accesses to VIA registersMark Cave-Ayland2021-03-161-2/+2
* mac_via: fix up adb_via_receive() trace eventsMark Cave-Ayland2021-03-161-17/+24
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* mos6522: Rename QOM macrosEduardo Habkost2020-09-021-7/+7
* adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland2020-06-261-5/+1Star
* mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland2020-06-261-119/+256
* mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland2020-06-261-14/+10Star
* mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-12/+10Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster2020-06-151-8/+6Star
* mac_via: Fix to realize "mos6522-q800-via*" devicesMarkus Armbruster2020-06-151-0/+5
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* q800: fix coverity warning CID 1412799Laurent Vivier2020-03-121-2/+5
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* q800: add a block backend to the PRAMLaurent Vivier2020-01-071-0/+65
* q800: fix mac_via RTC PRAM commandsLaurent Vivier2020-01-071-83/+191
* hw/m68k: implement ADB bus support for viaLaurent Vivier2019-10-281-0/+197
* hw/m68k: add VIA supportLaurent Vivier2019-10-281-0/+767