Native hypervisor

From Do you speak Drupalish? Featured Drupal wiki-like documentation
Jump to: navigation, search
Hypervisor-type1-vs-2.png
  • Type-1, native or bare-metal hypervisors These hypervisors run directly on the host's hardware to control the hardware and to manage guest operating systems. For this reason, they are sometimes called bare metal hypervisors.
    • Linux's Kernel-based Virtual Machine (KVM) and FreeBSD's bhyve are kernel modules[3] that effectively convert the host operating system to a type-1 hypervisor
  • Type-2 or hosted hypervisors
    • These hypervisors run on a conventional operating system just as other computer programs do. Type-2 hypervisors abstract guest operating systems from the host operating system. VMware Workstation

VMware Player, VirtualBox and QEMU are examples of type-2 hypervisors. w:Hypervisor