Add KVM support for S390x
commit0e60a699d22be754c63392e5c5a275bff27726b7
authorAlexander Graf <agraf@suse.de>
Sat, 5 Dec 2009 11:44:24 +0000 (5 12:44 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 5 Dec 2009 16:36:02 +0000 (5 17:36 +0100)
treeeca2b7ca586702cf5007ea3764d158413b26aaf4
parent2827822ef1b725cb9b28e8ca62c2cf2a937e4f19
Add KVM support for S390x

S390x was one of the first platforms that received support for KVM back in the
day. Unfortunately until now there hasn't been a qemu implementation that would
enable users to actually run guests.

So let's include support for KVM S390x in qemu!

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure
target-s390x/kvm.c [new file with mode: 0644]