rust-vmm / mshv

Crates for Microsoft Hypervisor ioctls and bindings
Apache License 2.0
29 stars 12 forks source link

mshv-bindings: Refactor codebase to add support for ARM64 #140

Closed jinankjain closed 4 months ago

jinankjain commented 5 months ago

Summary of the PR

Move arch specific code into its separate directory structure and generate bindings for ARM64.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

russell-islam commented 5 months ago

Did you try to build CLH with mshv?

russell-islam commented 5 months ago

Actually, CLH build was failing with the latest mshv commit, vfio crates also needs to be updated. I created a PR in CLH upstream

russell-islam commented 4 months ago

@jinankjain Please fix the merge conflict.