Richard Henderson
|
5fcabe628b
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
|
8 months ago |
Richard Henderson
|
3002997310
hw/misc: Constify all Property
|
8 months ago |
Peter Maydell
|
ad80e36744
hw, target: Add ResetType argument to hold and exit phase methods
|
1 year ago |
Richard Henderson
|
e4ea952fb0
hw/misc: Constify VMState
|
1 year ago |
BALATON Zoltan
|
588c5b0b9f
input/adb: Only include header where needed
|
2 years ago |
Peter Maydell
|
8bdaed0f30
hw/misc/mos6522: Convert TYPE_MOS6522 to 3-phase reset
|
2 years ago |
Alex Bennée
|
bf0c50d4aa
monitor: expose monitor_puts to rest of code
|
2 years ago |
Mark Cave-Ayland
|
b793b4ef8c
mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
|
3 years ago |
Mark Cave-Ayland
|
d4454e41d7
mos6522: record last_irq_levels in mos6522_set_irq()
|
3 years ago |
Mark Cave-Ayland
|
409e9f7131
mos6522: add "info via" HMP command for debugging
|
3 years ago |
Mark Cave-Ayland
|
6c72669872
mos6522: add register names to register read/write trace events
|
3 years ago |
Mark Cave-Ayland
|
c697fc80a8
mos6522: use device_class_set_parent_reset() to propagate reset to parent
|
3 years ago |
Mark Cave-Ayland
|
9d9f4eac2c
mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass
|
3 years ago |
Mark Cave-Ayland
|
ebe5bca2ef
mos6522: switch over to use qdev gpios for IRQs
|
3 years ago |
Gan Qixin
|
3d64fdde67
misc/mos6522: Use timer_free() in the finalize function to avoid memleak
|
4 years ago |
Eduardo Habkost
|
9db70dac85
mos6522: Rename QOM macros
|
5 years ago |
Marc-André Lureau
|
4f67d30b5e
qdev: set properties with device_class_set_props()
|
5 years ago |
Laurent Vivier
|
068fe58cf9
mos6522: remove anh register
|
5 years ago |
Laurent Vivier
|
6cf80f90c4
mos6522: update counters when timer interrupts are off
|
5 years ago |
Laurent Vivier
|
cd8843ff25
mos6522: fix T1 and T2 timers
|
5 years ago |
Markus Armbruster
|
d5938f29fe
Clean up inclusion of sysemu/sysemu.h
|
6 years ago |
Markus Armbruster
|
a27bd6c779
Include hw/qdev-properties.h less
|
6 years ago |
Markus Armbruster
|
650d103d3e
Include hw/hw.h exactly where needed
|
6 years ago |
Markus Armbruster
|
d645427057
Include migration/vmstate.h less
|
6 years ago |
Markus Armbruster
|
64552b6be4
Include hw/irq.h a lot less
|
6 years ago |
Markus Armbruster
|
0b8fa32f55
Include qemu/module.h where needed, drop it from qemu-common.h
|
6 years ago |
Mark Cave-Ayland
|
b6c7e42f74
mos6522: expose mos6522_update_irq() through MOS6522DeviceClass
|
7 years ago |
Mark Cave-Ayland
|
32a8c27b5d
mos6522: remove additional interrupt flag filter from mos6522_update_irq()
|
7 years ago |
Mark Cave-Ayland
|
7f5d6517e3
mos6522: only clear the shift register interrupt upon write
|
7 years ago |
Mark Cave-Ayland
|
3431bdf5a3
mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTR
|
7 years ago |