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 1 year 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
- Archived: true
- Created: 2020-09-29T17:25:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T16:05:29.000Z (over 4 years ago)
- Last Synced: 2025-03-02T10:16:56.115Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 509 KB
- Stars: 5
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```