欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
KVM
小 |
|||
(未显示1个用户的20个中间版本) | |||
第1行: | 第1行: | ||
− | {{SeeWikipedia}} | + | {{SeeWikipedia|Kernel-based Virtual Machine}} |
− | KVM | + | 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. | ||
第8行: | 第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行: | 第25行: | ||
*[[KVM on openSUSE]] | *[[KVM on openSUSE]] | ||
− | == | + | ==项目== |
− | *http://kvm. | + | *[[OpenNebula]] |
− | *http://docs.huihoo.com/kvm/ | + | *[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> | ||
+ | |||
+ | ==链接== | ||
+ | *[https://www.linux-kvm.org/ KVM官网] | ||
+ | *[http://docs.huihoo.com/kvm/ 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]] |
2022年4月18日 (一) 00:11的最后版本
您可以在Wikipedia上了解到此条目的英文信息 KVM Thanks, Wikipedia. |
KVM
目录 |
[编辑] 新闻
- 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.
[编辑] 指南
yum install libvirt-bin qemu-kvm docker-machine create -d kvm kvm-vm0 docker-machine ssh kvm-vm0
[编辑] KVM on Linux
[编辑] 项目
[编辑] 用户
- Amazon Web Services
- Linode KVM Update
- 阿里云 Cloudatlas: Ways to Make Live Migration Easy and Expectable
- 腾讯云 Torwards a more Scalable KVM Hypervisor
[编辑] 文档
- KVM Performance Tuning on Alibaba Cloud Alibaba Cloud: millions of VMs run in KVM.
- Fast Write-Protect and Fast Dirtylog-Bitmap Sync Up
- High performance VMs in OpenStack
- KvmGT: A Full GPU Virtualization Solution for KVM