欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
KVM
小 (→链接) |
小 |
||
第1行: | 第1行: | ||
− | |||
{{SeeWikipedia|Kernel-based Virtual Machine}} | {{SeeWikipedia|Kernel-based Virtual Machine}} | ||
KVM is included in the mainline linux kernel since 2.6.20. | KVM is included in the mainline linux kernel since 2.6.20. | ||
+ | ==新闻== | ||
+ | *[https://sdk.cn/news/7713 AWS放弃XEN 改用KVM作为新的虚拟化引擎] (2017.11) | ||
+ | |||
+ | ==简介== | ||
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although work is underway to get the required changes upstream. | KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although work is underway to get the required changes upstream. | ||
第14行: | 第17行: | ||
*[[KVM on CentOS]] | *[[KVM on CentOS]] | ||
*[[KVM on openSUSE]] | *[[KVM on openSUSE]] | ||
+ | |||
+ | ==项目== | ||
+ | |||
+ | ==文档== | ||
+ | |||
+ | ==图集== | ||
==链接== | ==链接== |
2018年1月23日 (二) 07:58的版本
您可以在Wikipedia上了解到此条目的英文信息 KVM Thanks, Wikipedia. |
KVM is included in the mainline linux kernel since 2.6.20.
目录 |
新闻
- AWS放弃XEN 改用KVM作为新的虚拟化引擎 (2017.11)
简介
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although work is underway to get the required changes upstream.
Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.
The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20.