A brief description of the kernel-level program developed by KVM for the VT technology CPU

Source: Internet
Author: User
Keywords For the kernel to say if nbsp;
Tags aliyun bios computer cpu developed how to how to make html

KVM is a nice kernel-level program developed by QEMU with a number of CPUs that turn on VT technology.

Here are some brief instructions:

How to make sure your computer can use KVM

Intel CPU

&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp;grep Vmx/proc/cpuinfo

But if you're using Intel's CPU, your computer manufacturer may have turned VT off in the BIOS. This is explained in more detail below.

AMD CPU

grep svm/proc/cpuinfo

If the above command has a return output it means that your CPU supports KVM, otherwise it is not supported.

Installing KVM and QEMU

sudo apt install KVM qemu

Load the KVM kernel module

sudo modprobe KVM

Loading Intel kernel modules

If you're using Intel's CPU

sudo modprobe Kvm-intel

Note: If you return the following error message when loading the module, the VT may be shut down in the BIOS.

$ sudo modprobe kvm-intel
Fatal:error inserting Kvm_intel (/lib/modules/2.6.20-15-generic/kernel/drivers/kvm/kvm-intel.ko): Twist not Keyword

Using the DMESG command you may find the following information at the bottom:-

Kvm:disabled by BIOS

How thoughtful it is:)

Loading AMD kernel modules

If you are using an AMD CPU

sudo modprobe kvm-amd

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.