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
/
helper.c
Age
Commit message (
Expand
)
Author
2024-03-12
target/nios2: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2022-04-26
target/nios2: Advance pc when raising exceptions
Richard Henderson
2022-04-26
target/nios2: Implement EIC interrupt processing
Richard Henderson
2022-04-26
target/nios2: Enable unaligned traps for system mode
Richard Henderson
2022-04-26
target/nios2: Support division error exception
Richard Henderson
2022-04-26
target/nios2: Clean up handling of tlbmisc in do_exception
Richard Henderson
2022-04-26
target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
Richard Henderson
2022-04-26
target/nios2: Handle EXCP_UNALIGN and EXCP_UNALIGND
Richard Henderson
2022-04-26
target/nios2: Hoist CPU_LOG_INT logging
Richard Henderson
2022-04-26
target/nios2: Clean up nios2_cpu_do_interrupt
Richard Henderson
2022-04-26
target/nios2: Create EXCP_SEMIHOST for semi-hosting
Richard Henderson
2022-04-26
target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
Richard Henderson
2022-04-26
target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
Richard Henderson
2022-04-26
target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
Richard Henderson
2022-04-26
target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
Richard Henderson
2022-04-26
target/nios2: Split control registers away from general registers
Richard Henderson
2022-04-26
target/nios2: Split PC out of env->regs[]
Richard Henderson
2022-04-26
target/nios2: Build helper.c for system only
Richard Henderson
2022-04-26
target/nios2: Remove nios2_cpu_record_sigsegv
Richard Henderson
2022-04-26
target/nios2: Remove user-only nios2_cpu_do_interrupt
Richard Henderson
2021-11-02
target/nios2: Implement nios2_cpu_record_sigsegv
Richard Henderson
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
target/nios2: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-29
Add Nios II semihosting support.
Sandra Loosemore
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2017-12-18
nios2: remove duplicated includes (in code commented out)
Philippe Mathieu-Daudé
2017-01-24
nios2: Add architecture emulation support
Chris Wulff