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.

     

     

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

  • 相关阅读:
    第一阶段SCRUM冲刺day07
    第一阶段SCRUM冲刺day06
    第一阶段SCRUM冲刺day05
    第一阶段SCRUM冲刺day04
    2020年第七周学习进度
    第一阶段SCRUM冲刺day03
    第一阶段SCRUM冲刺day02
    团队会议01
    2020年第六周学习进度
    TCP/IP Socket 的理解
  • 原文地址:https://www.cnblogs.com/mengfanrong/p/4626029.html
Copyright © 2011-2022 走看看