Age | Commit message (Expand) | Author |
2022-03-09 | mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs | Mark Cave-Ayland |
2022-03-09 | mos6522: record last_irq_levels in mos6522_set_irq() | Mark Cave-Ayland |
2022-03-09 | mos6522: add "info via" HMP command for debugging | Mark Cave-Ayland |
2022-03-09 | mos6522: add register names to register read/write trace events | Mark Cave-Ayland |
2022-03-09 | mos6522: use device_class_set_parent_reset() to propagate reset to parent | Mark Cave-Ayland |
2022-03-09 | mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass | Mark Cave-Ayland |
2022-03-09 | mos6522: switch over to use qdev gpios for IRQs | Mark Cave-Ayland |
2021-01-18 | misc/mos6522: Use timer_free() in the finalize function to avoid memleak | Gan Qixin |
2020-09-02 | mos6522: Rename QOM macros | Eduardo Habkost |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-08 | mos6522: remove anh register | Laurent Vivier |
2019-11-26 | mos6522: update counters when timer interrupts are off | Laurent Vivier |
2019-11-18 | mos6522: fix T1 and T2 timers | Laurent Vivier |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2018-06-16 | mos6522: expose mos6522_update_irq() through MOS6522DeviceClass | Mark Cave-Ayland |
2018-06-16 | mos6522: remove additional interrupt flag filter from mos6522_update_irq() | Mark Cave-Ayland |
2018-06-16 | mos6522: only clear the shift register interrupt upon write | Mark Cave-Ayland |
2018-06-12 | mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTR | Mark Cave-Ayland |
2018-06-12 | mos6522: move timer frequency initialisation to mos6522_reset | Mark Cave-Ayland |
2018-06-12 | cuda: embed mos6522_cuda device directly rather than using QOM object link | Mark Cave-Ayland |
2018-06-12 | mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522 | Mark Cave-Ayland |
2018-06-12 | hw/misc/mos6522: Add trailing '\n' to qemu_log() calls | Philippe Mathieu-Daudé |
2018-05-20 | Remove unnecessary variables for function return value | Laurent Vivier |
2018-02-11 | misc: introduce new mos6522 VIA device and enable it for ppc builds | Mark Cave-Ayland |