+1
−1
tcg/s390/tcg-target.c
0 → 100644
+105
−0
tcg/s390/tcg-target.h
0 → 100644
+69
−0
Loading
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>