index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
cris
/
helper.c
Age
Commit message (
Expand
)
Author
2023-07-25
other architectures: spelling fixes
Michael Tokarev
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2021-11-02
target/cris: Make cris_cpu_tlb_fill sysemu only
Richard Henderson
2021-09-14
target/cris: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-02-22
target/cris: Use MMUAccessType enum type when possible
Philippe Mathieu-Daudé
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2020-11-15
cris tcg cpus: Fix Lesser GPL version number
Chetan Pant
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
target/cris: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth