• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Difference Between Qemu and KVM

by admin

Qemu

It is a generic and open-source machine emulator and virtualizer. When used as a machine emulator, QEMU can run OS and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, Qemu achieves very good performance.

Some of the Important Features are mentioned Below:

  • Qemu is a complete and standalone software ,it emulates the target operating system.
  • Qemu supports Para virtualization
  • To emulate more than just the processor, Qemu includes a long list of peripheral emulators: disk, network, VGA, PCI, USB, serial/parallel ports, etc.

KVM (Kernel Virtual Machine)

KVM is a Linux kernel module that allows a user space program to utilize the hardware virtualization features of various processors. Some of the Important Features are mentioned below:

  • KVM supports full virtualiztion
  • KVM is a fork of the Qemu executable, Both teams work actively to keep the difference at a minimum
  • Apart from the processor state switching, the kernel module also handles a few low-level parts of the emulation, like the MMU registers (used to handle VM) and some parts of the PCI emulated hardware.

Qemu-kvm

The KVM project is maintaining a fork of QEMU called qemu-kvm. it still provides the best performance and certain additional features for using KVM with QEMU on x86. Any other architecture is already fully supported by QEMU itself. The goal is to merge all remaining feature differences into QEMU upstream.

Filed Under: Linux, OLVM, RHV

Some more articles you might also be interested in …

  1. Understanding mpathconf Utility to configure DM-Multipath
  2. getcap Command Examples in Linux
  3. How to Convert Ext File Systems to Btrfs
  4. bitwise Command Examples in Linux
  5. yum Command Examples in Linux
  6. isoinfo: command not found
  7. Installing Security Vulnerabilities with yum on CentOS/RHEL 5,6,7 (Cheat Sheet)
  8. goaccess Command Examples in Linux
  9. useradd: command not found
  10. Linux Interview Questions – Linux Printing (CUPS)

You May Also Like

Primary Sidebar

Recent Posts

  • powertop Command Examples in Linux
  • powertop: command not found
  • powerstat: command not found
  • powerstat Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright