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
/
nios2
/
op_helper.c
Age
Commit message (
Expand
)
Author
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-04-26
target/nios2: Advance pc when raising exceptions
Richard Henderson
2022-04-26
target/nios2: Update helper_eret for shadow registers
Richard Henderson
2022-04-26
target/nios2: Implement rdprs, wrprs
Richard Henderson
2022-04-26
target/nios2: Implement Misaligned destination exception
Richard Henderson
2022-04-26
target/nios2: Support division error exception
Richard Henderson
2022-04-26
target/nios2: Prevent writes to read-only or reserved control fields
Richard Henderson
2022-04-26
target/nios2: Split control registers away from general registers
Richard Henderson
2022-04-26
target/nios2: Split out helper for eret instruction
Amir Gonnen
2022-03-03
target/nios2: Rewrite interrupt handling
Richard Henderson
2022-03-03
target/nios2: Split mmu_write
Richard Henderson
2022-03-03
target/nios2: Remove mmu_read_debug
Richard Henderson
2020-12-15
target/nios2: Move nios2_check_interrupts() into target/nios2
Peter Maydell
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2018-06-01
nios2: do not include exec-all.h from cpu.h
Paolo Bonzini
2017-12-18
nios2: remove duplicated includes (in code commented out)
Philippe Mathieu-Daudé
2017-03-14
target/nios2: take BQL around interrupt check
Paolo Bonzini
2017-01-24
nios2: Add architecture emulation support
Chris Wulff