KVM is the Linux kernel hypervisor for running virtual machines.
- Built into the Linux kernel
- Supports hardware virtualization
- Works with libvirt and QEMU
- Running Linux and Windows VMs
- Hypervisor on Linux servers
- Base for virtualization platforms
- Open-source and self-hosted
- Documentation: https://www.linux-kvm.org/page/Main_Page
- Source Code: https://git.kernel.org/pub/scm/virt/kvm/kvm.git
KVM Setup