Skip to content
forked from rust-vmm/mshv

Crates for Microsoft Hypervisor ioctls and bindings

License

Notifications You must be signed in to change notification settings

smit-gardhariya/mshv

This branch is 168 commits behind rust-vmm/mshv:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d0c11f · Jan 18, 2024
Nov 28, 2022
Jun 22, 2021
Jun 15, 2022
Jan 18, 2024
Jan 18, 2024
Dec 4, 2023
Apr 10, 2023
Jun 14, 2022
Jun 22, 2021
Aug 3, 2022
Jul 29, 2021
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

About

Crates for Microsoft Hypervisor ioctls and bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • Python 0.4%