summaryrefslogtreecommitdiffstats
path: root/target/avr/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/avr: Disable interrupts when env->skip setRichard Henderson2022-09-011-0/+9
* target/avr: Only execute one interrupt at a timeRichard Henderson2022-09-011-6/+3Star
* target/avr: Call avr_cpu_do_interrupt directlyRichard Henderson2022-09-011-3/+2Star
* target/avr: Support probe argument to tlb_fillRichard Henderson2022-09-011-17/+29
* target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng2022-06-201-6/+0Star
* 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