Results 1 to 5 of 5

Thread: HVM vs KVM

  1. #1

    HVM vs KVM

    Just want to know more about the differences between HVM and KVM and the advantages for each of the technology.

    Please share your knowledge with us....

  2. #2
    From https://twiki.cern.ch/twiki/bin/view/Virtualization/KVM :

    Qemu, and, in effect, KVM and HVM Xen, use a particular kind of OS Image to boot a VM, which includes the kernel and a boot sector, similar to a bootable CD. This is different from a paravirt Xen OS image, which only includes the userspace parts of the OS image and is a raw copy of a volume with a root filesystem.
    In KVM, a VM runs on top of a normal Linux kernel as a normal process. For example, using the 'kill' command on a KVM process kills the VM.
    There is no logical network between the VMs and the VMM's physical network interface. This can be an advantage or a disadvantage:
    There is less isolation between VMs and VMM, which can affect stability and security.
    In terms of performance, it is hard to say if one approach is better than the other, but having a virtual network driver between VMs gives a performance penalty, and direct access to hardware is always faster. In both KVM and Xen it should be possible to bypass the driver domain (dom0 in Xen or the KVM VMM) and, with Xen paravirt, this has already been done, allowing VMs to have direct access to hardware. Bypassing the driver domain, however, is harder to implement in full virtualization (Xen HVM and KVM), although this may be solved with newer virtualization hardware extensions (e.g. VT-d).
    KVM does not yet support SMP in VMs.
    KVM is in the vanilla Linux 2.6.20 kernel and can be patched against older kernels. The source code profile of KVM is less intrusive on the kernel source and should be more easy to backport to older versions of Linux.
    KVM relies on the availability of VT or SVM hardware extensions of x86 CPUs, which should be available in most new PC computers.
    CloudVPS
    Affordable VPS Servers - Middle East
    High performance | Green technologies

  3. #3
    Join Date
    Apr 2011
    Location
    Riga, Latvia
    Posts
    37
    KVM is a HVM. HVM means that the virtualization is hardware-assisted (as opposed to fully emulated and paravirtualized)

  4. #4
    KVM has more features as compared to HVM. Google for the difference between kvm and hvm you will see the results.

  5. #5
    Quote Originally Posted by lastguru View Post
    KVM is a HVM. HVM means that the virtualization is hardware-assisted (as opposed to fully emulated and paravirtualized)
    ^ this

    They are the same thing

Similar Threads

  1. KVM or Xen PV/HVM VPS discount 25%! now start from $6.6 only!
    By cpservr in forum VPS Hosting Offers
    Replies: 2
    Last Post: 03-06-2011, 05:02 AM
  2. Replies: 0
    Last Post: 03-11-2010, 04:41 PM
  3. Single KVM over IP w/ 8 port KVM For Sale
    By daniel-ceo in forum Other Web Hosting Related Offers
    Replies: 0
    Last Post: 01-01-2007, 09:38 PM
  4. NCC/Comand Center KVM & KVM-IP Solution?
    By WiredSP in forum Colocation, Data Centers, IP Space and Networks
    Replies: 2
    Last Post: 02-15-2005, 12:09 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •