]> git.proxmox.com Git - qemu.git/commit
s390x: translate engine for s390x CPU
authorAlexander Graf <agraf@suse.de>
Wed, 23 Mar 2011 09:58:07 +0000 (10:58 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 20 May 2011 15:35:12 +0000 (17:35 +0200)
commite023e832d0ac7d863658074cb39be2b78a29ee64
tree8d183468f56f9cc3ca94f6db1ee0f11c3c5160b7
parent81f7c56cb1a27aee3dabf45d6377f3c85a85378f
s390x: translate engine for s390x CPU

This is the main meat part of the patch set. It implements emulation for an
s390x CPU.

The code does all the optimizations that are common for TCG code:

 - direct branches
 - cc optimization
 - unrolling of simple microcode loops

I'm still open for suggestions on speedups of course :).

Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/translate.c