summaryrefslogtreecommitdiffstats
path: root/target/avr/helper.c
Commit message (Expand)AuthorAgeFilesLines
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* target/avr: Ignore unimplemented WDR opcodePhilippe Mathieu-Daudé2021-05-131-5/+1Star
* target/avr: Fix interrupt executionIvanov Arkasha2021-03-151-1/+3
* target/avr: Fix some comment spelling errorsLichang Zhao2021-03-151-3/+3
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-2/+3
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-2/+2
* target/avr: Add instruction helpersMichael Rolnik2020-07-111-0/+209
* target/avr: CPU class: Add memory management supportMichael Rolnik2020-07-101-0/+50
* target/avr: CPU class: Add interrupt handling supportMichael Rolnik2020-07-101-0/+89