yuquanlaobo

摘自wikipedia: http://en.wikipedia.org/wiki/Hypervisor

1. 定义:a piece of computer software, firmware or hardware that creates and runs virtual machines.
    别名:virtual machine manager (VMM)

2. 两类hypervisor(按照是否直接运行在硬件上来区分)

  • Type I: 直接运行在硬件上,如Citrix XenServer, VMware ESX/ESXi
  • Type II: 运行在操作系统上,如KVM

image


3. paravirtualization
Guest operating-system to make system calls to the hypervisor, rather than executing machine I/O instructions that the hypervisor simulates.
paravirtualization是Xen里的说法,其他产品对这个技术有不同的称谓:a "hypercall" in Parallels Workstation, and a "DIAGNOSE code" in IBM\'s VM.

分类:

技术点:

相关文章:

  • 2019-07-19
  • 2021-05-18
  • 2021-08-10
  • 2021-10-30
  • 2021-09-03
  • 2021-07-02
  • 2021-06-06
  • 2021-06-05
猜你喜欢
  • 2021-05-24
  • 2021-02-24
  • 2021-12-19
  • 2021-08-28
  • 2019-07-16
  • 2019-07-17
  • 2019-07-18
相关资源
相似解决方案