+2
−0
target-s390x/cpu.h
0 → 100644
+122
−0
target-s390x/exec.h
0 → 100644
+51
−0
target-s390x/helper.c
0 → 100644
+62
−0
target-s390x/op_helper.c
0 → 100644
+74
−0
Loading
Because Qemu currently requires a TCG target to exist and there are quite some useful helpers here to lay the groundwork for out KVM target, let's create a stub TCG emulation target for S390X CPUs. This is required to make tcg happy. The emulation target itself won't work though. Signed-off-by:Alexander Graf <agraf@suse.de> Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>