Statistics
| Branch: | Revision:

root / target-s390x @ 9f8540ec

Name Size
Makefile.objs 184 Bytes
cc_helper.c 12.8 kB
cpu-qom.h 1.7 kB
cpu.c 2.6 kB
cpu.h 34.4 kB
fpu_helper.c 24.3 kB
helper.c 16.7 kB
helper.h 7 kB
int_helper.c 4.7 kB
interrupt.c 741 Bytes
kvm.c 12.8 kB
machine.c 930 Bytes
mem_helper.c 29.8 kB
misc_helper.c 11.3 kB
translate.c 165.1 kB

Latest revisions

# Date Author Comment
a8170e5e 10/23/2012 04:58 pm Avi Kivity

Rename target_phys_addr_t to hwaddr

target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
reserved) and its purpose doesn't match the name (most target_phys_addr_t
addresses are not target specific). Replace it with a finger-friendly,...

0e8a6d47 10/22/2012 03:50 pm Avi Kivity

s390: avoid reaching into memory core internals

use cpu_physical_memory_is_io() instead.

Signed-off-by: Avi Kivity <>

87a5395b 09/27/2012 10:44 pm Richard Henderson

target-s390x: Avoid double CPU_LOG_TB_CPU

This is already handled generically in cpu_exec.

Reviewed-by: Alexander Graf <>
Signed-off-by: Richard Henderson <>
Signed-off-by: Aurelien Jarno <>

d885bdd4 09/27/2012 10:44 pm Richard Henderson

target-s390x: Tidy cpu_dump_state

The blank lines inside the single dump make it difficult for the
eye to pick out the block. Worse, with interior newlines, but
no blank line following, the PSW line appears to belong to the
next dump block.

Reviewed-by: Alexander Graf <>...

0d404541 09/27/2012 10:44 pm Richard Henderson

target-s390x: Use CPU_LOG_INT

Three places in the interrupt code did we not honor the mask.

Reviewed-by: Alexander Graf <>
Signed-off-by: Richard Henderson <>
Signed-off-by: Aurelien Jarno <>

7193b5f6 09/27/2012 10:38 pm Richard Henderson

target-s390x: Call tcg_gen_debug_insn_start

Cc: Alexander Graf <>
Signed-off-by: Richard Henderson <>
Signed-off-by: Aurelien Jarno <>

46ee3d84 09/15/2012 08:44 pm Blue Swirl

target-s390x: avoid cpu_single_env

Pass around CPUState instead of using global cpu_single_env.

Signed-off-by: Blue Swirl <>

089f5c06 09/10/2012 02:38 pm Blue Swirl

target-s390x: avoid AREG0 for misc helpers

Make misc helpers take a parameter for CPUState instead
of relying on global env.

Signed-off-by: Blue Swirl <>
[agraf: fix conflict]
Signed-off-by: Alexander Graf <>

19b0516f 09/10/2012 02:38 pm Blue Swirl

target-s390x: switch to AREG0 free mode

Add an explicit CPUState parameter instead of relying on AREG0.

Remove temporary wrappers and switch to AREG0 free mode.

Signed-off-by: Blue Swirl <>
[agraf: fix conflicts]
Signed-off-by: Alexander Graf <>

932385a3 09/10/2012 02:38 pm Blue Swirl

target-s390x: avoid AREG0 for condition code helpers

Make condition code helpers take a parameter for CPUState instead
of relying on global env.

Signed-off-by: Blue Swirl <>
Signed-off-by: Alexander Graf <>

View revisions

Also available in: Atom