]> git.proxmox.com Git - qemu.git/commit - target-s390x/helper.c
Add support for S390x system emulation
authorAlexander Graf <agraf@suse.de>
Sat, 5 Dec 2009 11:44:26 +0000 (12:44 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 5 Dec 2009 16:36:05 +0000 (17:36 +0100)
commit10c339a07d42fcccbccd3f8a5e9c94ccb51fe3e4
tree5f0a7c337caba4c87117bd6afe2c9682c1ce5ad0
parent6b02494d64a15476e26a6e8468623d01c4c75c58
Add support for S390x system emulation

Let's enable the basics for system emulation so we can run virtual machines
with KVM!

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
default-configs/s390x-softmmu.mak [new file with mode: 0644]
target-s390x/cpu.h
target-s390x/exec.h
target-s390x/helper.c
target-s390x/machine.c [new file with mode: 0644]