Re: KVM and Xen



On Sat, 30 Dec 2006 17:04:52 -0800
"Roopnarine, Peter" <proopnarine@xxxxxxxxxxxxxx> wrote:

I think that the question might actually be in reference to the new kernel
addition (Kernel Virtual Manager? I think). Apparently virtualization
capabilities will be built into the kernel. That's about all that I know, but
it sounds exciting.

Yep. KVM gets rid of the "hypervisor" that Xen has, just making the
hypervisor-like functions part of the Dom0 kernel (though no doubt
KVM will have it's own jargon, so it won't call it Dom0). However,
KVM (in current incarnation, anyway) doesn't support Xen's
"paravirtualization" concept - KVM will only work on newer computers
with hardware virtualization support (which is probably an OK restriction
since by the time the kernels with KVM support have stabalized, all new
computers will have the new instructions anyway).

The big advantage I see to KVM is that nothing has to be "special"
about the Dom0 kernel - all the regular old device drivers work fine,
all the posts from people having problems with video drivers in the
Xen kernel disappear, power management works like always, so your
laptop with the Windows guest doesn't drain the battery
in 10 minutes, etc.

The biggest disadvantage will be easy for anyone with an older
computer to spot :-).

The second biggest disadvantage is the totally stupid acronym they
have adopted for it, making it virtually impossible to find any information
in a google search since all you get are hits on hardware switches.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • RE: KVM FYI
    ... Belkin KVM! ... It is *not* a good attitude that old hardware will no longer be ... > This is more of a kernel issue. ...
    (Fedora)
  • Re: [PATCH] xen: core dom0 support
    ... in the same kernel; whether that provides enough isolation for whatever ... Xen was around before KVM was even a twinkle, so KVM is redundant from that perspective; they're certainly broadly equivalent in functionality. ... KVM runs like an accelerated qemu, so it easy to just fire up an instance of windows in the middle of a normal Linux desktop session, with no special preparation. ... a MMU virtualization layer for CPUs without support, ...
    (Linux-Kernel)
  • Re: KVM and Xen
    ... > addition (Kernel Virtual Manager? ... KVM will have it's own jargon, so it won't call it Dom0). ... with hardware virtualization support (which is probably an OK restriction ... computers will have the new instructions anyway). ...
    (Fedora)
  • kvm causing memory corruption? ~2.6.25-rc6
    ... I was getting some kvm userspace crashes trying to run a Windows guest. ... the kvm kernel code that shipped with that kernel. ... I usually get an oops. ... mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm ...
    (Linux-Kernel)
  • Re: [PATCH] Intel IOMMU Pass Through Support
    ... This disables DMAR in linux kernel; but KVM still runs on ... kernel uses swiotlb for DMA API functions but other VT-d ... The patch is now in linux-next and broke my build. ...
    (Linux-Kernel)