# mshv **Repository Path**: mirrors_rust-vmm/mshv ## Basic Information - **Project Name**: mshv - **Description**: Crates for Microsoft Hypervisor ioctls and bindings - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```shell cargo build ``` ## Running the tests Test (/dev/mshv requires root): ```shell sudo -E ~/.cargo/bin/cargo test ```