arm trustzone安全扩展和虚拟化扩展 vs x86虚拟化技术

Author:Bing Zhu
Source:http://hypervsir.blogspot.com/2014/09/arm-trustzone-security-extension-and_28.html
转载请注明:原作者信息以及CSysSec


A typical virtualization system on both x86 and ARM includes three major parts:

  • CPU virtualization
  • Memory virtualization, and
  • I/O virtualization (device, interrupt virtualization).

Because the 3rd one above normally requires additional platform/chipset support, in this article I’m going to only talk about the first two virtualization extensions that are related only to processor architectures. I will back to the 3rd one later as another topic especially for device I/O virtualization and emulation.

< TO-BE-STARTED>


Update:
I found there is very very good lecture about ARM Virtualization Technology from National Tsing Hua University, the link is here:
http://www.cs.nthu.edu.tw/~ychung/slides/Virtualization/VM-Lecture-7-2-Hardware%20support-ARM.pptx


转载请注明:原作者信息以及CSysSec