Coder Social home page Coder Social logo

mvisor's Introduction

MVisor: A mini x86 hypervisor

Goal

  1. A minimal hypervisor based on KVM and x86 (replace QEMU)
  2. A limited number of emulated devices (support plugins in later version)
  3. Linux and Windows as guest VMs
  4. VFIO (especially vGPU) and migration
  5. Extremely stable and high performance

Screenshot

Ubuntu

vGPU

Multimedia

Roadmap And Current Status

What's supported now:

Basic functions

  1. 440FX ✅ / Q35 Chipset ✅
  2. SeaBIOS ✅
  3. Memory Region Management ✅
  4. IOPort Management ✅
  5. Devices Management ✅
  6. RTC (CMOS) ✅
  7. PS/2 ✅
  8. PCI ISA ICH9-LPC ✅
  9. QEMU CFG ✅
  10. Legacy DMA ✅
  11. IDE ✅ / AHCI ✅
  12. Floppy Disk ✅
  13. Serial Port ✅
  14. VGA / VBE ✅
  15. Option Roms ✅ / SMBIOS ✅ / ACPI Table ✅
  16. Boot DOS ✅
  17. Boot OS (Win98 to Win11 / DOS / Ubuntu) ✅
  18. QCOW2 ✅

Multimedia & Networking

  1. Virtio (Console ✅ / Block ✅ / Net ✅ / VirtioFS ✅ / Balloon)
  2. SpiceAgent ✅
  3. QemuGuestAgent ✅
  4. Qxl ✅
  5. Audio (ICH9-HDA / AC97) ✅
  6. Tap network
  7. User network ✅
  8. VFIO ✅
  9. Samba
  10. USB 1.0 UHCI ✅ / USB 3.0 XHCI ✅ / USB Tablet ✅ / USB Midi ✅ / USB Wacom ✅

Hyper-V & Migration

  1. CPU migration ✅
  2. VFIO migration ✅
  3. Migration to sparse files ✅
  4. Hyper-V enlightenments ✅

Compile & Run

For CentOS 8,

yum install -y gcc-c++ SDL2-devel yaml-cpp-devel libuuid-devel protobuf-devel protobuf-compiler libzstd-devel zlib-devel alsa-lib-devel libjpeg-devel opus-devel

meson setup build
meson compile -C build

An ISO image file is needed to install OS. Modify config/default.yaml to configure image path.

Virtio is recommended:

Download Virtio Guest Tools

mvisor's People

Contributors

78 avatar wecofuture avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.