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-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