Statistics
| Branch: | Revision:

root / target-s390x / translate.c @ 10ec5117

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
10ec5117 12/05/2009 06:36 pm Alexander Graf

S/390 CPU fake emulation

Because Qemu currently requires a TCG target to exist and there are quite some
useful helpers here to lay the groundwork for out KVM target, let's create a
stub TCG emulation target for S390X CPUs.

This is required to make tcg happy. The emulation target itself won't work...