index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
avr
/
helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/avr: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
1
-7
/
+3
*
target/translate: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-08-31
1
-0
/
+1
*
target/avr: Fix handling of interrupts above 33.
Lucas Dietrich
2023-07-08
1
-2
/
+2
*
target/avr: Add missing includes of qemu/error-report.h
Richard Henderson
2023-06-05
1
-0
/
+1
*
target/avr: Disable interrupts when env->skip set
Richard Henderson
2022-09-01
1
-0
/
+9
*
target/avr: Only execute one interrupt at a time
Richard Henderson
2022-09-01
1
-6
/
+3
*
target/avr: Call avr_cpu_do_interrupt directly
Richard Henderson
2022-09-01
1
-3
/
+2
*
target/avr: Support probe argument to tlb_fill
Richard Henderson
2022-09-01
1
-17
/
+29
*
target/avr: Drop avr_cpu_memory_rw_debug()
Bin Meng
2022-06-20
1
-6
/
+0
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
target/avr: Ignore unimplemented WDR opcode
Philippe Mathieu-Daudé
2021-05-13
1
-5
/
+1
*
target/avr: Fix interrupt execution
Ivanov Arkasha
2021-03-15
1
-1
/
+3
*
target/avr: Fix some comment spelling errors
Lichang Zhao
2021-03-15
1
-3
/
+3
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
1
-2
/
+3
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
1
-2
/
+2
*
target/avr: Add instruction helpers
Michael Rolnik
2020-07-11
1
-0
/
+209
*
target/avr: CPU class: Add memory management support
Michael Rolnik
2020-07-10
1
-0
/
+50
*
target/avr: CPU class: Add interrupt handling support
Michael Rolnik
2020-07-10
1
-0
/
+89