]> git.proxmox.com Git - qemu.git/commit - target-s390x/translate.c
S/390 CPU fake emulation
authorAlexander Graf <agraf@suse.de>
Sat, 5 Dec 2009 11:44:21 +0000 (12:44 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 5 Dec 2009 16:36:00 +0000 (17:36 +0100)
commit10ec51174ca69a4c3c5149b0b3baaa6ccba66273
treee9493c891b159a758da195484e2cdba57bbf6981
parent2a90358f8ae950a22efbfcc69e6142e86a38064e
S/390 CPU fake emulation

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>
cpu-exec.c
target-s390x/cpu.h [new file with mode: 0644]
target-s390x/exec.h [new file with mode: 0644]
target-s390x/helper.c [new file with mode: 0644]
target-s390x/op_helper.c [new file with mode: 0644]
target-s390x/translate.c [new file with mode: 0644]