QEMU: Difference between revisions

===User emulation===
 
User emulation mode emulates a target CPU (always using the Tiny Code Generator), and additionally a given system call ABI (usually Linux), allowing programs from another architecture to run as if they are native applications (in most cases). This is useful for poking around embedded Linux firmware, for instance.
 
===System emulation===