HostOnNet Blog

Kernel-based Virtual Machine (KVM)

Looking for Linux Server Admin or WordPress Expert? We can help.

Libvirt

Tools

Kernel-based Virtual Machine (KVM) allow you to run virtual machines running Linux or Windows. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.

https://www.linux-kvm.org

KVM is open source software. The kernel component of KVM is included in mainline Linux. The userspace component of KVM is included in mainline QEMU.

To check if your computer can run, KVM, run

kvm-ok

Example

root@hon-pc-01:~# kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
root@hon-pc-01:~# 

Posted in Virtualization

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.