Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cloud-hypervisor/mshv
- Owner: cloud-hypervisor
- Created: 2020-09-29T17:25:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T16:05:29.000Z (over 3 years ago)
- Last Synced: 2023-03-03T22:52:26.715Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 509 KB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mshv
=======
# Build and TestBuild
```shell
cargo build
```Test (/dev/mshv requires root):
```shell
sudo -E ~/.cargo/bin/cargo test
```