#microsoft #hypervisor #mshv

mshv-bindings

Rust FFI bindings to MSHV headers generated using Rust bindgen

4 releases (2 breaking)

0.3.1 Oct 30, 2024
0.3.0 Oct 15, 2024
0.2.1 Oct 15, 2024
0.1.1 Oct 15, 2024

#608 in Unix APIs

Download history 828/week @ 2024-10-12 847/week @ 2024-10-19 1060/week @ 2024-10-26 2668/week @ 2024-11-02 1194/week @ 2024-11-09 1243/week @ 2024-11-16

6,340 downloads per month
Used in 2 crates

Apache-2.0 OR BSD-3-Clause

1.5MB
51K SLoC

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

Dependencies

~1.4–2MB
~34K SLoC