Hypervisors

From Exceed Industries Wiki
Jump to navigation Jump to search

A hypervisor (or virtual machine monitor, VMM) is a computer software, firmware or hardware that creates and runs virtual machines.
 - https://en.wikipedia.org/wiki/Hypervisor

This page is intended to be a place for me to 'review' these hypervisors. If it's listed here, I've used it.

Type 1 / Bare-Metal Hypervisors

Microsoft Hyper-V

Hyper-V is powerful, easy to use, and available to anyone running a modern version of Windows. It's a bit of a resource hog and though it's possible, I've never seen anyone run it on top of Windows install without a GUI, which just makes the overhead worse.

Proxmox VE

Powerful and with a rich set of features, Proxmox VE is a solid choice in hypervisors. It's popular among the homelab crowd, too.

VMware ESXi

XCP-ng

Xen


Type 2 / Userspace Hypervisors

Oracle VM VirtualBox

VBox is my go-to solution for running VMs on my workstations. Whether I'm working in Windows or Linux, it's easy to use and works reliably.

QEMU

QEMU is powerful because it can do CPU emulation, which sets it apart from the other hypervisors on this page. Unfortunately, it's ridiculously difficult to setup and use. I suggest using a GUI wrapper if possible, or to launch it from a script rather than a single command. This way, once you have the settings workable, you can save them for later use.

VMware Workstation

VMware Workstation is fairly easy to use, but also feature-limited. It's able to run VMs, but like most commercial software, it doesn't play well with others.