"KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although work is underway to get the required changes upstream. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc."
http://www.linux-kvm.org/
For the front-end, please see: Kimchi
Big picture steps
- Install Linux OS as a base -> Later ClearOS7 but for now Fedora LXDE 20
- Install virt-manager: https://fedoraproject.org/wiki/Getting_started_with_virtualization
- later Kimchi
- Use SPICE protocol with SPICE guest tools
If you need to scale to a large number of VMs
ClearOS guides
- http://www.clearcenter.com/support/documentation/clearos_guides/install_virtualization_using_kvm
- http://www.clearcenter.com/support/documentation/clearos_guides/install_virtualization_using_virtualbox
- http://www.clearcenter.com/support/documentation/clearos_guides/install_graphical_desktop_for_clearos
Related links
- http://www.virtualizationsoftware.com/top-5-enterprise-type-1-hypervisors/
- http://community.spiceworks.com/topic/376890-xen-and-kvm-who-is-using-what-and-why
- http://serverfault.com/questions/222010/difference-between-xen-pv-xen-kvm-and-hvm
- http://wiki.xen.org/wiki/Virtualization_Spectrum#What_about_KVM.3F
- [http://www.infoworld.com/article/2608955/virtualization/after-xen-and-kvm
meet-a-new-linux-hypervisorjailhouse.html|Jailhouse] - https://major.io/2014/06/22/performance-benchmarks-kvm-vs-xen/