Crates.io | mshv-bindings |
lib.rs | mshv-bindings |
version | 0.3.1 |
source | src |
created_at | 2024-10-15 08:14:29.82774 |
updated_at | 2024-10-30 06:22:24.12072 |
description | Rust FFI bindings to MSHV headers generated using Rust bindgen |
homepage | |
repository | https://github.com/rust-vmm/mshv |
max_upload_size | |
id | 1409115 |
size | 1,760,414 |
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.
The mshv-{ioctls, bindings} can be used on x86_64 only.
cargo build
Test (/dev/mshv requires root):
sudo -E ~/.cargo/bin/cargo test