Skip to content
forked from rust-vmm/mshv

Crates for Microsoft Hypervisor ioctls and bindings - for upstreaming mshv-dev

License

Notifications You must be signed in to change notification settings

asherkariv/mshv

 
 

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 - for upstreaming mshv-dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.3%
  • Python 0.7%