index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
misc
/
mos6522.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
monitor: expose monitor_puts to rest of code
Alex Bennée
2022-10-06
1
-1
/
+1
*
mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
Mark Cave-Ayland
2022-03-09
1
-4
/
+78
*
mos6522: record last_irq_levels in mos6522_set_irq()
Mark Cave-Ayland
2022-03-09
1
-2
/
+9
*
mos6522: add "info via" HMP command for debugging
Mark Cave-Ayland
2022-03-09
1
-0
/
+103
*
mos6522: add register names to register read/write trace events
Mark Cave-Ayland
2022-03-09
1
-3
/
+10
*
mos6522: use device_class_set_parent_reset() to propagate reset to parent
Mark Cave-Ayland
2022-03-09
1
-1
/
+0
*
mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass
Mark Cave-Ayland
2022-03-09
1
-9
/
+0
*
mos6522: switch over to use qdev gpios for IRQs
Mark Cave-Ayland
2022-03-09
1
-0
/
+15
*
misc/mos6522: Use timer_free() in the finalize function to avoid memleak
Gan Qixin
2021-01-18
1
-0
/
+9
*
mos6522: Rename QOM macros
Eduardo Habkost
2020-09-02
1
-4
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
mos6522: remove anh register
Laurent Vivier
2020-01-08
1
-8
/
+8
*
mos6522: update counters when timer interrupts are off
Laurent Vivier
2019-11-26
1
-2
/
+6
*
mos6522: fix T1 and T2 timers
Laurent Vivier
2019-11-18
1
-15
/
+52
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+2
*
mos6522: expose mos6522_update_irq() through MOS6522DeviceClass
Mark Cave-Ayland
2018-06-16
1
-0
/
+1
*
mos6522: remove additional interrupt flag filter from mos6522_update_irq()
Mark Cave-Ayland
2018-06-16
1
-1
/
+1
*
mos6522: only clear the shift register interrupt upon write
Mark Cave-Ayland
2018-06-16
1
-1
/
+1
*
mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTR
Mark Cave-Ayland
2018-06-12
1
-8
/
+1
*
mos6522: move timer frequency initialisation to mos6522_reset
Mark Cave-Ayland
2018-06-12
1
-10
/
+3
*
cuda: embed mos6522_cuda device directly rather than using QOM object link
Mark Cave-Ayland
2018-06-12
1
-1
/
+1
*
mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522
Mark Cave-Ayland
2018-06-12
1
-1
/
+1
*
hw/misc/mos6522: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
2018-06-12
1
-2
/
+2
*
Remove unnecessary variables for function return value
Laurent Vivier
2018-05-20
1
-6
/
+2
*
misc: introduce new mos6522 VIA device and enable it for ppc builds
Mark Cave-Ayland
2018-02-11
1
-0
/
+505