|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] who comes from kvm?
On Fri, Feb 11, 2011 at 12:24 PM, Steve Sapovits <steves06@xxxxxxxxxxx> wrote:
> (Xen is a type 1, KVM is a type 2)
that's not exact since KVM doesn't run 'on top of' the Linux kernel;
it's part of the Linux kernel. as such, it has the same 'bare metal'
access to hardware as the rest of the kernel or the Xen hypervisor.
IMHO, the main difference is that Xen has its own scheduler and
arbitration logic, while KVM reuses existing Linux code. pro: it can
be tuned to the specific case of handling VMs. con: a little
duplication of code
--
Javier
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|