Add KVM support for S390x
authorAlexander Graf <agraf@suse.de>
Sat, 5 Dec 2009 11:44:24 +0000 (12:44 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 5 Dec 2009 16:36:02 +0000 (17:36 +0100)
commit81c241bb6219442d0a82524316d7ce9b617525d2
treeeca2b7ca586702cf5007ea3764d158413b26aaf4
parent74b60e24a144ebad1e057489780eeeabcb1b6157
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]