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
/
translate.c
Age
Commit message (
Expand
)
Author
2012-11-10
disas: avoid using cpu_single_env
Blue Swirl
2012-09-27
target-s390x: Tidy cpu_dump_state
Richard Henderson
2012-09-27
target-s390x: Avoid double CPU_LOG_TB_CPU
Richard Henderson
2012-09-27
target-s390x: Call tcg_gen_debug_insn_start
Richard Henderson
2012-09-15
target-s390x: avoid cpu_single_env
Blue Swirl
2012-09-10
target-s390x: switch to AREG0 free mode
Blue Swirl
2012-09-10
target-s390x: avoid AREG0 for misc helpers
Blue Swirl
2012-09-10
target-s390x: avoid AREG0 for condition code helpers
Blue Swirl
2012-09-10
target-s390x: avoid AREG0 for integer helpers
Blue Swirl
2012-09-10
target-s390x: avoid AREG0 for FPU helpers
Blue Swirl
2012-09-10
target-s390x: split FPU ops
Blue Swirl
2012-06-21
qemu-log: use LOG_UNIMP for some target CPU cases
Blue Swirl
2012-03-14
target-s390x: Don't overuse CPUState
Andreas Färber
2012-03-05
Move helpers.h to helper.h
Lluís Vilanova
2012-02-28
target-s390x: Clean includes
Stefan Weil
2011-11-14
s390x: add ldeb instruction
Alexander Graf
2011-08-21
Fix conversions from pointer to tcg_target_long
Stefan Weil
2011-06-26
Remove exec-all.h include directives
Blue Swirl
2011-06-03
s390x: implement lrvgr
Alexander Graf
2011-06-03
s390x: free tmp explicitly in every opcode for disas_a5()
Alexander Graf
2011-06-03
target-s390x: Add missing tcg_temp_free_i32()
Stefan Weil
2011-06-03
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90
Stefan Weil
2011-06-03
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8e
Stefan Weil
2011-06-03
target-s390x: Add missing tcg_temp_free_i64() in disas_b2()
Stefan Weil
2011-06-03
target-s390x: Add missing tcg_temp_free_i64() in do_mh()
Stefan Weil
2011-06-03
target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()
Stefan Weil
2011-06-03
target-s390x: Fix duplicate call of tcg_temp_new_i64
Stefan Weil
2011-06-03
target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()
Stefan Weil
2011-05-20
s390x: translate engine for s390x CPU
Alexander Graf
2011-05-20
s390x: helper functions for system emulation
Alexander Graf
2011-04-20
Remove unused function parameters from gen_pc_load and rename the function
Stefan Weil
2011-04-18
s390x: Prepare cpu.h for emulation
Alexander Graf
2010-12-26
s390: compile fixes
Alexander Graf
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-03-07
Update to a hopefully more future proof FSF address
Blue Swirl
2009-12-05
S/390 CPU fake emulation
Alexander Graf