QEMU, a Fast and Portable Dynamic Translator

Abstract
We present the internals of QEMU, a fast machine emulator using an original portable dynamic translator. It emulates several CPUs (x86, PowerPC, ARM and Sparc)on several hosts (x86, PowerPC, ARM, Sparc, Alpha and MIPS). QEMU supports full system emulation in which a complete and unmodified operating system is run in avirtual machine and Linux user mode emulation where a Linux process compiled for one target CPU can be run on another CPU.

http://files.cnblogs.com/files/pengdonglin137/bellard.pdf

原文地址:https://www.cnblogs.com/pengdonglin137/p/5019477.html