Features/TCI: Difference between revisions
Stuart Brady (talk | contribs) |
m (moved Features-Done/TCI to Features/TCI over redirect) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
TCG (Tiny Code Generator) is a code generator which translates code fragments (basic blocks) from target code (any of the targets supported by QEMU) to a code representation which can be run on a host. TCI allows running QEMU on any 32 or 64 bit host, whereas QEMU without TCI supports only the most important host architectures (including x86, arm, mips, ppc, s390 and sparc). | TCG (Tiny Code Generator) is a code generator which translates code fragments (basic blocks) from target code (any of the targets supported by QEMU) to a code representation which can be run on a host. TCI allows running QEMU on any 32 or 64 bit host, whereas QEMU without TCI supports only the most important host architectures (including x86, arm, mips, ppc, s390 and sparc). | ||
See http://repo.or.cz/w/qemu/ar7.git/blob_plain/HEAD:/tcg/ | See http://repo.or.cz/w/qemu/ar7.git/blob_plain/HEAD:/tcg/tci/README for more details. | ||
== Owner == | == Owner == | ||
Line 14: | Line 14: | ||
== Status == | == Status == | ||
The latest version is part of the official QEMU release. | |||
The latest version | |||
* Tested on x86 (32 and 64 bit), arm, mips (emulated) and ppc (emulated) hosts running Debian GNU Linux or MS Windows. | * Tested on x86 (32 and 64 bit), arm, mips (emulated) and ppc (emulated) hosts running Debian GNU Linux or MS Windows. | ||
Line 23: | Line 21: | ||
== TODOs == | == TODOs == | ||
* Add better disassembler. | * Add better disassembler. | ||
* Run more tests (especially with new hosts). | * Run more tests (especially with new hosts). | ||
* | * Support more hosts (call API!). | ||
== Code == | == Code == | ||
The latest code is also available from http://repo.or.cz/w/qemu/ar7.git. | |||
[[Category:Completed feature pages]] |
Latest revision as of 14:54, 11 October 2016
Summary
On this page we are collecting the current state of the TCG Interpreter (= TCI) implementation for QEMU.
TCG (Tiny Code Generator) is a code generator which translates code fragments (basic blocks) from target code (any of the targets supported by QEMU) to a code representation which can be run on a host. TCI allows running QEMU on any 32 or 64 bit host, whereas QEMU without TCI supports only the most important host architectures (including x86, arm, mips, ppc, s390 and sparc).
See http://repo.or.cz/w/qemu/ar7.git/blob_plain/HEAD:/tcg/tci/README for more details.
Owner
- Name: Stefan Weil
- Email: See mailing list (qemu-devel)
Status
The latest version is part of the official QEMU release.
- Tested on x86 (32 and 64 bit), arm, mips (emulated) and ppc (emulated) hosts running Debian GNU Linux or MS Windows.
- Tested with i386, x86_64, mips and other emulations in system and user mode.
TODOs
- Add better disassembler.
- Run more tests (especially with new hosts).
- Support more hosts (call API!).
Code
The latest code is also available from http://repo.or.cz/w/qemu/ar7.git.