Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloud-hypervisor/mshv

Crates for Microsoft Hypervisor ioctls and bindings. New development is moved to Rust-VMM organization.
https://github.com/cloud-hypervisor/mshv

Last synced: about 2 months ago
JSON representation

Crates for Microsoft Hypervisor ioctls and bindings. New development is moved to Rust-VMM organization.

Awesome Lists containing this project

README

        

# mshv
=======
# Build and Test

Build
```shell
cargo build
```

Test (/dev/mshv requires root):
```shell
sudo -E ~/.cargo/bin/cargo test
```