commit | 10ec51174ca69a4c3c5149b0b3baaa6ccba66273 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Sat Dec 05 12:44:21 2009 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Dec 05 17:36:00 2009 +0100 |
tree | e9493c891b159a758da195484e2cdba57bbf6981 | |
parent | 2a90358f8ae950a22efbfcc69e6142e86a38064e [diff] |
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>