- A minimal hypervisor based on KVM and x86 (replace QEMU)
- A limited number of emulated devices (support plugins in later version)
- Linux and Windows as guest VMs
- VFIO (especially vGPU) and migration
- Extremely stable and high performance
What's supported now:
- 440FX ✅ / Q35 Chipset ✅
- SeaBIOS ✅
- Memory Region Management ✅
- IOPort Management ✅
- Devices Management ✅
- RTC (CMOS) ✅
- PS/2 ✅
- PCI ISA ICH9-LPC ✅
- QEMU CFG ✅
- Legacy DMA ✅
- IDE ✅ / AHCI ✅
- Floppy Disk ✅
- Serial Port ✅
- VGA / VBE ✅
- Option Roms ✅ / SMBIOS ✅ / ACPI Table ✅
- Boot DOS ✅
- Boot OS (Win98 to Win11 / DOS / Ubuntu) ✅
- QCOW2 ✅
- Virtio (Console ✅ / Block ✅ / Net ✅ / VirtioFS ✅ / VGPU ✅ / CUDA ✅ / Balloon)
- SpiceAgent ✅
- QemuGuestAgent ✅
- Qxl ✅
- Audio (ICH9-HDA / AC97) ✅
- Tap network ✅
- User network ✅
- VFIO (mdev & passthrough) ✅
- Samba
- USB 1.0 UHCI ✅ / USB 3.0 XHCI ✅ / USB Tablet ✅ / USB Midi ✅ / USB Wacom ✅
- CPU migration ✅
- VFIO migration ✅
- Migration to sparse files ✅
- Hyper-V enlightenments ✅
For RockyLinux 9.3,
dnf install epel-release gdb cmake
dnf --enablerepo=devel install -y gcc-c++ glib2-devel pixman-devel yaml-cpp-devel protobuf-devel protobuf-compiler libzstd-devel zlib-devel
# If SDL enabled
dnf --enablerepo=devel install -y SDL2-devel alsa-lib-devel
meson setup build
meson compile -C build
./build/mvisor -c config/sample.yaml -vnc 5900
An ISO image file is needed to install OS. Modify config/default.yaml to configure image path.
Virtio is recommended: