KVM

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Links)
 
(未显示1个用户的17个中间版本)
第1行: 第1行:
{{top news}}
 
 
{{SeeWikipedia|Kernel-based Virtual Machine}}
 
{{SeeWikipedia|Kernel-based Virtual Machine}}
  
KVM is included in the mainline linux kernel since 2.6.20.
+
KVM
  
 +
[[文件:kvm-logo.png|right|KVM]]
 +
 +
==新闻==
 +
*[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.
  
第9行: 第14行:
  
 
The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20.
 
The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20.
 +
 +
==指南==
 +
yum install libvirt-bin qemu-kvm
 +
docker-machine create -d kvm kvm-vm0
 +
docker-machine ssh kvm-vm0
  
 
==KVM on Linux==
 
==KVM on Linux==
第14行: 第24行:
 
*[[KVM on CentOS]]
 
*[[KVM on CentOS]]
 
*[[KVM on openSUSE]]
 
*[[KVM on openSUSE]]
 +
 +
==项目==
 +
*[[OpenNebula]]
 +
*[https://www.linux-kvm.org/page/Management_Tools Management Tools]
 +
*[https://github.com/kata-containers/kata-containers Kata Containers]
 +
*[https://github.com/kimchi-project/kimchi Kimchi]
 +
 +
==用户==
 +
*[[Amazon Web Services]]
 +
*[[Linode]] [https://www.linode.com/blog/linux/kvm-update/ KVM Update]
 +
*阿里云 [https://www.linux-kvm.org/images/d/db/CloudAtlas_Ways_to_make_live_migration_easy_and_expectable_Chao-Zhang.pdf Cloudatlas: Ways to Make Live Migration Easy and Expectable]
 +
*腾讯云 [https://www.linux-kvm.org/images/e/ec/Torwards_a_more_Scalable_KVM_Hypervisor.pdf Torwards a more Scalable KVM Hypervisor]
 +
 +
==文档==
 +
*[http://docs.huihoo.com/kvm/kvm-forum/2017/KVM-Performance-Tuning-on-Alibaba-Cloud.pdf KVM Performance Tuning on Alibaba Cloud] Alibaba Cloud: millions of VMs run in KVM.
 +
*[http://docs.huihoo.com/kvm/kvm-forum/2017/Fast-Write-Protect-and-Fast-Dirtylog-Bitmap-Sync-Up.pdf Fast Write-Protect and Fast Dirtylog-Bitmap Sync Up]
 +
*[http://docs.huihoo.com/kvm/kvm-forum/2015/High-performance-VMs-in-OpenStack.pdf High performance VMs in OpenStack]
 +
*[http://docs.huihoo.com/kvm/kvm-forum/2014/KvmGT-A-Full-GPU-Virtualization-Solution-for-KVM.pdf KvmGT: A Full GPU Virtualization Solution for KVM]
 +
 +
==图集==
 +
<gallery>
 +
kata-containers-vs-traditional-containers.png|Kata Containers
 +
</gallery>
  
 
==链接==
 
==链接==
*http://kvm.qumranet.com/
+
*[https://www.linux-kvm.org/ KVM官网]
*http://docs.huihoo.com/kvm/
+
*[http://docs.huihoo.com/kvm/ 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:virtualization]]
 +
[[category:linux]]

2022年4月18日 (一) 00:11的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 KVM Thanks, Wikipedia.

KVM

KVM

目录

[编辑] 新闻

[编辑] 简介

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.

[编辑] 指南

yum install libvirt-bin qemu-kvm
docker-machine create -d kvm kvm-vm0
docker-machine ssh kvm-vm0

[编辑] KVM on Linux

[编辑] 项目

[编辑] 用户

[编辑] 文档

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱