Statistics
| Branch: | Revision:

root / tcg / s390 / tcg-target.h @ 1d2699ae

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
2827822e 12/05/2009 06:36 pm Alexander Graf

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...