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
/
alpha
/
helper.c
Age
Commit message (
Expand
)
Author
2024-03-12
target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2021-11-02
target/alpha: Implement alpha_cpu_record_sigsegv
Richard Henderson
2021-09-14
target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2020-11-15
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
Chetan Pant
2019-09-26
target/alpha: Mask IOV exception with INV for user-only
Richard Henderson
2019-09-26
target/alpha: Write to fpcr_flush_to_zero once
Richard Henderson
2019-09-26
target/alpha: Handle SWCR_MAP_DMZ earlier
Richard Henderson
2019-09-26
target/alpha: Fix SWCR_TRAP_ENABLE_MASK
Richard Henderson
2019-09-26
target/alpha: Fix SWCR_MAP_UMZ
Richard Henderson
2019-09-26
target/alpha: Use array for FPCR_DYN conversion
Richard Henderson
2019-08-25
target/alpha: fix tlb_fill trap_arg2 value for instruction fetch
Aurelien Jarno
2019-08-19
targets (various): use softfloat-helpers.h where we can
Alex Bennée
2019-06-10
target/alpha: Use env_cpu, env_archcpu
Richard Henderson
2019-05-19
target/alpha: Fix user-only floating-point exceptions
Richard Henderson
2019-05-19
target/alpha: Clean up alpha_cpu_dump_state
Richard Henderson
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
target/alpha: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2018-05-18
target/alpha: Honor CPU_DUMP_FPU
Richard Henderson
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2017-09-07
target/alpha: Switch to do_transaction_failed() hook
Peter Maydell
2017-07-18
target/alpha: Merge several flag bytes into ENV->FLAGS
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth