index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
misc
/
mac_via.c
Age
Commit message (
Expand
)
Author
2021-03-16
mac_via: remove VIA1 timer optimisations
Mark Cave-Ayland
2021-03-16
mac_via: fix 60Hz VIA1 timer interval
Mark Cave-Ayland
2021-03-16
mac_via: rename VBL timer to 60Hz timer
Mark Cave-Ayland
2021-03-16
mac_via: don't re-inject ADB response when switching to IDLE state
Mark Cave-Ayland
2021-03-16
mac_via: allow long accesses to VIA registers
Mark Cave-Ayland
2021-03-16
mac_via: fix up adb_via_receive() trace events
Mark Cave-Ayland
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-09-02
mos6522: Rename QOM macros
Eduardo Habkost
2020-06-26
adb: only call autopoll callbacks when autopoll is not blocked
Mark Cave-Ayland
2020-06-26
mac_via: rework ADB state machine to be compatible with both MacOS and Linux
Mark Cave-Ayland
2020-06-26
mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
Mark Cave-Ayland
2020-06-26
mac_via: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
2020-06-15
mac_via: Fix to realize "mos6522-q800-via*" devices
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-03-12
q800: fix coverity warning CID 1412799
Laurent Vivier
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-07
q800: add a block backend to the PRAM
Laurent Vivier
2020-01-07
q800: fix mac_via RTC PRAM commands
Laurent Vivier
2019-10-28
hw/m68k: implement ADB bus support for via
Laurent Vivier
2019-10-28
hw/m68k: add VIA support
Laurent Vivier