On 28 January 2015 at 22:09, Chen Gang S <gang.c...@sunrus.com.cn> wrote: > - Is what I said above really correct (e.g. is linux-user really mainly > for cpu emulation)?.
Not really. linux-user is mainly for running single Linux binaries. It has a secondary use for running gcc test binaries which think they are "bare metal" but actually use some kind of semihosting API. (You should check whether tile has one of those.) As well as linux-user mode, QEMU has system emulation mode, where we emulate a complete machine. Both modes need CPU emulation. -- PMM