欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
KVM
小 (→Links) |
小 (→链接) |
||
第19行: | 第19行: | ||
*http://docs.huihoo.com/kvm/ | *http://docs.huihoo.com/kvm/ | ||
*[http://www.ibm.com/news/cn/zh/2012/11/28/m203051h26890o30.html IBM 全球首家 KVM 卓越中心落户北京 助力虚拟化与云计算发展] | *[http://www.ibm.com/news/cn/zh/2012/11/28/m203051h26890o30.html IBM 全球首家 KVM 卓越中心落户北京 助力虚拟化与云计算发展] | ||
+ | *[http://kan.weibo.com/con/3572682839235803 开源虚拟化KVM热潮背后] | ||
− | [[ | + | [[category:virtualization]] |
+ | [[category:linux]] |
2013年4月30日 (二) 06:54的版本
您可以在Wikipedia上了解到此条目的英文信息 KVM Thanks, Wikipedia. |
KVM is included in the mainline linux kernel since 2.6.20.
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.