zoukankan      html  css  js  c++  java
  • kvm与qemu

    载请注明出处:

    http://www.openext.org/2014/04/kvmqemu/

    http://blog.csdn.net/muge0913/article/details/24557729

    KVM同hyper-V、Xen都是指在CPU硬件支持基础之上的虚拟化技术。

    KVM是Linux的一个模块。用modprobe载入KVM模块。载入了模块后,才干进一步通过其它工具创建虚拟机。
    仅仅有KVM模块是不够的,由于用户无法直接控制内核模块去作事情:还必须有一个用户空间的工具才行。


    这个用户空间的工具。即已经成型的开源虚拟化软件 QEMU。

     

    The KVM project is maintaining a fork of QEMU called qemu-kvm. Currently (close to the 1.1 release) it still provides the best performance and certain additional features for using KVM with QEMU on x86. Any other architecture is already fully supported by QEMU itself. The goal is to merge all remaining feature differences into QEMU upstream, provide a migration path from qemu-kvm and suspend the development of this fork.

     

     

    版权声明:本文博客原创文章。博客,未经同意,不得转载。

  • 相关阅读:
    辗转相除法
    并查集(详)
    LCA 最近公共祖先
    RMQ ST表 静态区间最大值
    manacher
    题解 CF33B String Problem
    Linux 下对拍程序
    CSP 考试注意事项
    题解 P4688 [Ynoi2016]掉进兔子洞
    CSP 2020 游记
  • 原文地址:https://www.cnblogs.com/mengfanrong/p/4626029.html
Copyright © 2011-2022 走看看