KVM 15
Posted Mar 1, 2007 7:13 UTC (Thu) by
avik (subscriber, #704)
Parent article:
KVM 15
In addition to relying on hardware virtualization, kvm has two additional
advantages:
-
it relies on the kernel for the stuff the kernel is good at: scheduling,
memory management, security, I/O, power management; the list goes on and
on.
-
it relies on qemu for the stuff qemu is good at: emulation. kvm only
uses the chipset and I/O emulation (and not the cpu emulation), but a
world of work was saved by using qemu. Live migration, for example, is
actually a qemu project which was adapted to also support kvm.
By relying on the kernel and qemu, kvm is able to focus firmly on
virtualization issues. That is what makes the fast development pace
possible.
[I'm the kvm maintainer]
(
Log in to post comments)