General Principles of QEMU-KVM
My current understanding: 1) KVM (Kernel-based Virtual Machine) – a hypervisor (VMM – Virtual Machine Manager) operating as a module on Linux OS. The hypervisor is needed to run software in a non-existent (virtual) environment while concealing the real physical hardware from that software. The hypervisor acts as a 'bridge' […]
