Skip to content
Anup Patel edited this page Sep 1, 2019 · 17 revisions

The Kernel Based Virtual Machive (KVM) is an open-source Type2 hypervisor which converts Linux kernel into a hypervisor. We typically have two main parts in the KVM hypervisor: KVM kernel module and KVM user-space tool.

Here are some useful links regarding the KVM hypervisor:

The RISC-V port the KVM hypervisor is now available. This wiki is all about the KVM RISC-V hypervisor.

Some useful tutorials of KVM RISC-V are as follows:

Clone this wiki locally