Edge Computing Solutions
  • Introduction
  • Introduction
    • Introduction
      • Sandbox
      • Glossary
      • Developer Programs
        • Red Hat Developer Program
      • Workshops
    • Edge Computing Solutions Architect
      • Storage
        • CEPH
          • Integration
      • Virtualization
        • Real Time KVM
        • Virtual Hardware
          • VirtualBox
          • QEMU
        • Containers
          • Kata Containers
          • Kubernetes
          • Docker
            • Get Docker
            • Get Started
            • Get Mentored
              • v0.0
              • v0.1
          • Linux Containers
        • Virtual Network
        • Tools
          • Vagrant
          • libvirt
      • Operations
        • Debug
        • Monitor
      • Network
        • Mininet
        • ONAP
        • Open vSwitch
      • Optimization
      • CI/CD
      • Use Cases
    • OpenFog Consortium
    • Hardware
      • HPE
    • Stacks
      • Akraino Edge Stack
      • OpenStack
        • Architecture
        • Documentation
        • Playground
          • DevStack
          • Conjure-Up
          • PackStack
          • Juju
          • VirtualBox
          • Ansible
        • Developer
        • Training
        • Testing
          • Akraino
            • RefStack
            • Tempest
              • Etc
                • tempest.conf
                • accounts.yaml
              • Identity
                • Failed
              • Compute
            • Rally
            • Uses Cases
          • DevStack
            • Tempest
            • Open vSwitch
            • Debug
    • Package Manager
  • Software Development Environment
    • Software Development Environment
  • Edge Computing Solutions Architect
    • Edge Computing Architect
  • Ecosystem
    • AT&T
    • Wind River®
      • Titanium Cloud™
  • Virtual Edge Computing Solution
    • VirtualEdgeComputingSolution/VirtualEdgeComputingSolution.md
Powered by GitBook
On this page
  1. Introduction
  2. Edge Computing Solutions Architect
  3. Virtualization

Real Time KVM

PreviousVirtualizationNextVirtual Hardware

Last updated 7 years ago

Kernel-based Virtual Machine (KVM) is a virtualization infrastructure for the Linux kernel that turns it into a hypervisor. It was merged into the Linux kernel mainline in kernel version 2.6.20, which was released on February 5, 2007. KVM requires a processor with hardware virtualization extensions. KVM has also been ported to FreeBSD[3] and illumos[4] in the form of loadable kernel modules.

KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.

Wikipedia
Homepage