The difference between kvm & Xen
The following paragraph shamelessly stolen from kvm FAQ, but I suppose this information should be quite useful to anybody who is still deciding which product to use.
Xen is an external hypervisor; it assumes control of the machine and divides resources among guests. On the other hand, kvm is part of Linux and uses the regular Linux scheduler and memory management. This means that kvm is much smaller and simpler to use.
kvm only run on processors that supports x86 hvm (vt/svm instructions set) whereas Xen also allows running modified operating systems on non-hvm x86 processors using a technique called paravirtualization. kvm does not support paravirtualization for cpu but may support paravirtualization for device drivers to improve I/O performance.
- Add new comment
- 9298 reads








Recent comments
1 week 1 day ago
1 week 5 days ago
2 weeks 2 days ago
2 weeks 5 days ago
2 weeks 6 days ago
4 weeks 2 days ago
4 weeks 4 days ago
4 weeks 4 days ago
4 weeks 5 days ago
4 weeks 5 days ago