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
/
s390x
/
tcg
/
translate.c
Age
Commit message (
Expand
)
Author
2022-12-15
target/s390x: The MVCP and MVCS instructions are not privileged
Thomas Huth
2022-11-16
s390x: Fix spelling errors
Thomas Huth
2022-11-05
target/s390x: Rename insn-data/format.def -> insn-data/format.h.inc
Philippe Mathieu-Daudé
2022-10-31
target/s390x: fake instruction loading when handling 'ex'
Alex Bennée
2022-10-31
target/s390x: don't probe next pc for EXecuted insns
Alex Bennée
2022-10-31
target/s390x: don't use ld_code2 to probe next pc
Alex Bennée
2022-10-26
target/s390x: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-09-06
target/s390x: Make translator stop before the end of a page
Ilya Leoshkevich
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-07-06
target/s390x: Exit tb after executing ex_value
Richard Henderson
2022-07-06
target/s390x: Remove DISAS_PC_STALE_NOCHAIN
Richard Henderson
2022-07-06
target/s390x: Remove DISAS_PC_STALE
Richard Henderson
2022-07-06
target/s390x: Remove DISAS_GOTO_TB
Richard Henderson
2022-06-02
s390: Typo fix FLOATING_POINT_SUPPPORT_ENH
Dr. David Alan Gilbert
2022-05-04
target/s390x: vxeh2: vector string search
David Miller
2022-04-26
target/s390x: Fix the accumulation of ccm in op_icm
Richard Henderson
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-16
s390x/tcg: Fix BRCL with a large negative offset
Ilya Leoshkevich
2022-03-16
s390x/tcg: Fix BRASL with a large negative offset
Ilya Leoshkevich
2022-02-28
s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...
David Miller
2022-02-25
s390x: sck: load into a temporary not into in1
Nico Boehr
2022-01-17
target/s390x: Fix shifting 32-bit values for more than 31 bits
Ilya Leoshkevich
2022-01-17
target/s390x: Fix SRDA CC calculation
Ilya Leoshkevich
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2021-10-15
target/s390x: Drop check for singlestep_enabled
Richard Henderson
2021-10-12
target/s390x: move tcg_gen_insn_start to s390x_tr_insn_start
Richard Henderson
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-12
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...
Peter Maydell
2021-07-07
target/s390x: start moving TCG-only code to tcg/
Cho, Yu-Chen