Age | Commit message (Expand) | Author |
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 |