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
/
riscv
/
translate.c
Age
Commit message (
Expand
)
Author
2019-02-11
RISC-V: Add misa.MAFD checks to translate
Michael Clark
2019-02-11
RISC-V: Add misa to DisasContext
Michael Clark
2019-02-11
RISC-V: Add priv_ver to DisasContext
Alistair Francis
2019-02-11
RISC-V: Mark mstatus.fs dirty
Richard Henderson
2019-02-11
RISC-V: Split out mstatus_fs from tb_flags
Richard Henderson
2018-11-13
RISC-V: Respect fences for user-only emulators
Palmer Dabbelt
2018-11-13
target/riscv: Fix sfence.vm/a both available in any priv version
Bastian Koppelmann
2018-11-13
target/riscv: Fix FCLASS_D being treated as RV64 only
Bastian Koppelmann
2018-09-05
target/riscv: call gen_goto_tb on DISAS_TOO_MANY
Emilio G. Cota
2018-09-05
target/riscv: optimize indirect branches
Emilio G. Cota
2018-09-05
target/riscv: optimize cross-page direct jumps in softmmu
Emilio G. Cota
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-05-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...
Peter Maydell
2018-05-10
target/riscv: Use new atomic min/max expanders
Richard Henderson
2018-05-09
target/riscv: convert to TranslatorOps
Emilio G. Cota
2018-05-09
target/riscv: convert to DisasContextBase
Emilio G. Cota
2018-05-09
target/riscv: convert to DisasJumpType
Emilio G. Cota
2018-05-09
target/riscv: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-06
RISC-V: Add mcycle/minstret support for -icount auto
Michael Clark
2018-05-06
RISC-V: Remove erroneous comment from translate.c
Michael Clark
2018-03-07
RISC-V TCG Code Generation
Michael Clark