aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390
Commit message (Collapse)AuthorAgeFilesLines
* S/390 fake TCG implementationAlexander Graf2009-12-052-0/+174
Qemu won't let us run a KVM target without having host TCG support. Well, for now we don't have any so let's implement a fake target that only stubs out everything. I tried to keep the patch as close to Uli's source as possible, so whenever he feels like it he can easily diff his version against this one. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>