KVM: Difference between revisions
iwu |
No edit summary |
||
Line 1: | Line 1: | ||
'''Kernel-based Virtual Machine'''. A hypervisor technology featuring tight integration to Linux kernel. | '''Kernel-based Virtual Machine'''. A hypervisor technology featuring tight integration to Linux kernel. | ||
= Installation = | |||
== Installing on CentOS 7.5 == | |||
* ''Tested on CentOS 7.5.1804'' | |||
Install required packages. | |||
<source lang="bash"> | |||
# yum install qemu-kvm libvirt libvirt-python libguestfs-tools virt-install | |||
</source> |
Revision as of 14:03, 5 July 2018
Kernel-based Virtual Machine. A hypervisor technology featuring tight integration to Linux kernel.
Installation
Installing on CentOS 7.5
- Tested on CentOS 7.5.1804
Install required packages.
# yum install qemu-kvm libvirt libvirt-python libguestfs-tools virt-install