rust-vmm / mshv

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

bindings: Move hvcall:: functions into impl scopes #145

Closed NunoDasNeves closed 4 months ago

NunoDasNeves commented 4 months ago

Summary of the PR

To reduce namespace pollution and avoid a conflict with vec_with_array_field in cloud hypervisor.

Requirements

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