From 479373f7de994a3ac4cd14aa658f2909398f73a4 Mon Sep 17 00:00:00 2001 From: wyxplus <32919297+wyxplus@users.noreply.github.com> Date: Sat, 26 May 2018 10:54:56 +0800 Subject: [PATCH] Update 20180521 How to Install and Configure KVM on Ubuntu 18.04 LTS Server.md --- ...ow to Install and Configure KVM on Ubuntu 18.04 LTS Server.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20180521 How to Install and Configure KVM on Ubuntu 18.04 LTS Server.md b/sources/tech/20180521 How to Install and Configure KVM on Ubuntu 18.04 LTS Server.md index 051ca46bc1..34e2527b4f 100644 --- a/sources/tech/20180521 How to Install and Configure KVM on Ubuntu 18.04 LTS Server.md +++ b/sources/tech/20180521 How to Install and Configure KVM on Ubuntu 18.04 LTS Server.md @@ -1,3 +1,4 @@ +translating by wyxplus How to Install and Configure KVM on Ubuntu 18.04 LTS Server ====== **KVM** (Kernel-based Virtual Machine) is an open source full virtualization solution for Linux like systems, KVM provides virtualization functionality using the virtualization extensions like **Intel VT** or **AMD-V**. Whenever we install KVM on any linux box then it turns it into the hyervisor by loading the kernel modules like **kvm-intel.ko** ( for intel based machines) and **kvm-amd.ko** ( for amd based machines).