gpt4 book ai didi

ubuntu - ESX、KVM 和 QEMU 的区别

转载 作者:行者123 更新时间:2023-12-04 18:37:04 28 4
gpt4 key购买 nike

就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用资料或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the help center寻求指导。




10年前关闭。




ESX、KVM 和 QEMU 之间的主要区别是什么?

最佳答案

Qemu 是一个开源的用户空间虚拟机监视器。它使用二进制翻译来运行客户指令。

Pros : 
1) Has support of helpers which help a lot in debugging
2) Can be used to run guest of a different ISA. (You can emulate an ARM guest on x86 desktop)
3) Does not need hardware support
4) code is available. you can modify it for debugging

缺点:
1) Slow

KVM 是一个在 linux 内核中实现的开源虚拟机监视器。 Qemu 可以使用/dev/kvm 接口(interface)在 KVM 上运行 guest 。
Pros:
1) very fast
2) code is available in the kernel tree. you can modify it for debugging

Cons:
1) needs hardware support
2) Requires a user level software for interfacing (generally qemu)

VMX 是 VMWare 的虚拟机监视器。 VMX 的源代码不是免费提供的。但它同时支持用户空间和硬件支持的仿真。
Pros : 
1) Very easy to use. GUI is good.
2) Fast and configurable.

Cons :
1) Cannot modify it to obtain more information about the guest.

关于ubuntu - ESX、KVM 和 QEMU 的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10754920/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com