]> git.proxmox.com Git - qemu.git/commit - dyngen-exec.h
S/390 fake TCG implementation
authorAlexander Graf <agraf@suse.de>
Sat, 5 Dec 2009 11:44:23 +0000 (12:44 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 5 Dec 2009 16:36:00 +0000 (17:36 +0100)
commit2827822ef1b725cb9b28e8ca62c2cf2a937e4f19
tree030872e302bd2a07b2a6c45bdab368453d9a0626
parent24e804ec146fa491c32a39941dc9f259c8df41e6
S/390 fake TCG implementation

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>
dyngen-exec.h
tcg/s390/tcg-target.c [new file with mode: 0644]
tcg/s390/tcg-target.h [new file with mode: 0644]