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
/
sh4
/
helper.c
Age
Commit message (
Expand
)
Author
2023-12-04
sh4: Coding style: Remove tabs
Yihuan Pan
2022-10-04
target/sh4: Fix TB_FLAG_UNALIGN
Richard Henderson
2021-11-02
target/sh4: Make sh4_cpu_tlb_fill sysemu only
Richard Henderson
2021-09-14
target/sh4: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-05-13
target/sh4: Return error if CPUClass::get_phys_page_debug() fails
Philippe Mathieu-Daudé
2021-03-06
target/sh4: Let get_physical_address() use MMUAccessType access_type
Philippe Mathieu-Daudé
2021-03-06
target/sh4: Remove unused 'int access_type' argument
Philippe Mathieu-Daudé
2021-03-06
target/sh4: Replace magic value by MMUAccessType definitions
Philippe Mathieu-Daudé
2021-03-06
target/sh4: Fix code style for checkpatch.pl
Philippe Mathieu-Daudé
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-06-10
target/sh4: Use env_cpu, env_archcpu
Richard Henderson
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
target/sh4: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-08
target/sh4: Fix LGPL information in the file headers
Thomas Huth
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2017-12-18
target/sh4: Use cmpxchg for movco when parallel_cpus
Richard Henderson
2017-05-30
target/sh4: ignore interrupts in a delay slot
Aurelien Jarno
2017-05-30
target/sh4: introduce DELAY_SLOT_MASK
Aurelien Jarno
2017-05-30
target/sh4: fix reset when using a kernel and an initrd
Aurelien Jarno
2017-05-30
target/sh4: log unauthorized accesses using qemu_log_mask
Aurelien Jarno
2017-05-13
target/sh4: move DELAY_SLOT_TRUE flag into a separate global
Aurelien Jarno
2017-05-13
target/sh4: get rid of DELAY_SLOT_CLEARME
Aurelien Jarno
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth