Skip to content

rust-vmm/mshv

Folders and files

NameName
Last commit message
Last commit date
Nov 28, 2022
Feb 3, 2025
Feb 3, 2025
Mar 5, 2025
Mar 5, 2025
Feb 27, 2025
Mar 5, 2025
Oct 30, 2024
Jun 14, 2022
Jun 22, 2021
Feb 5, 2025
Feb 3, 2025
Jun 22, 2021
Jan 7, 2022
Sep 7, 2022

Repository files navigation

mshv

Microsoft Hypervisor wrappers. This repository provides two crates which are mshv-bindings and mshv-ioctls. These crates will provide the APIs and definitions to create a VMM on Microsoft Hypervisor along with other rust-vmm crates.

Supported Platforms

The mshv-{ioctls, bindings} can be used on x86_64 only.

Build

cargo build

Running the tests

Test (/dev/mshv requires root):

sudo -E ~/.cargo/bin/cargo test