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)
commit74b60e24a144ebad1e057489780eeeabcb1b6157
tree030872e302bd2a07b2a6c45bdab368453d9a0626
parent7be08f0304b35d68d3c34fb85dc513609def52ff
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]