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
Age
Commit message (
Expand
)
Author
2023-10-07
meson: Rename target_softmmu_arch -> target_system_arch
Philippe Mathieu-Daudé
2023-10-07
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-10-03
target/*: Add instance_align to all cpu base classes
Richard Henderson
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-08-31
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-08-01
target/nios2: Fix semihost lseek offset computation
Keith Packard
2023-08-01
target/nios2: Pass semihosting arg to exit
Keith Packard
2023-07-01
target/nios2 : Explicitly ask for target-endian loads and stores
Peter Maydell
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-05-11
target/nios2: Remove TARGET_ALIGNED_ONLY
Richard Henderson
2023-03-13
target/nios2: Remove `NB_MMU_MODES` define
Anton Johansson
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-05
target/nios2: Drop tcg_temp_free
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-02-27
target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
Philippe Mathieu-Daudé
2023-02-08
Drop duplicate #include
Markus Armbruster
2022-12-16
target/nios2: Convert to 3-phase reset
Peter Maydell
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-10-26
target/nios2: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-09-13
target/nios2: Honour -semihosting-config userspace=on
Peter Maydell
2022-09-13
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
2022-09-13
target/nios2: Convert semihosting errno to gdb remote errno
Richard Henderson
2022-09-13
target/nios2: Use semihosting/syscalls.h
Richard Henderson
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-06-28
target/nios2: Move nios2-semi.c to nios2_softmmu_ss
Richard Henderson
2022-06-28
target/nios2: Eliminate nios2_semi_is_lseek
Richard Henderson
2022-06-28
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
2022-06-28
include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
Richard Henderson
2022-06-28
include/exec: Move gdb open flags to gdbstub.h
Richard Henderson
2022-06-28
semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
Richard Henderson
2022-05-11
Normalize header guard symbol definition
Markus Armbruster
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: Update helper_eret for shadow registers
Richard Henderson
2022-04-26
target/nios2: Implement rdprs, wrprs
Richard Henderson
2022-04-26
target/nios2: Introduce shadow register sets
Richard Henderson
2022-04-26
target/nios2: Implement Misaligned destination exception
Richard Henderson
2022-04-26
target/nios2: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2022-04-26
target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
Richard Henderson
2022-04-26
target/nios2: Hoist set of is_jmp into gen_goto_tb
Richard Henderson
2022-04-26
target/nios2: Create gen_jumpr
Richard Henderson
[next]