aboutsummaryrefslogtreecommitdiff
path: root/target/avr/helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-20target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng1-6/+0
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2021-05-13target/avr: Ignore unimplemented WDR opcodePhilippe Mathieu-Daudé1-5/+1
2021-03-15target/avr: Fix interrupt executionIvanov Arkasha1-1/+3
2021-03-15target/avr: Fix some comment spelling errorsLichang Zhao1-3/+3
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-2/+3
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-2/+2
2020-07-11target/avr: Add instruction helpersMichael Rolnik1-0/+209
2020-07-10target/avr: CPU class: Add memory management supportMichael Rolnik1-0/+50
2020-07-10target/avr: CPU class: Add interrupt handling supportMichael Rolnik1-0/+89