rust-vmm / vfio

16 stars 21 forks source link

vfio-ioctls: pin mshv crate to tag: v0.3.0 #56

Closed NunoDasNeves closed 2 months ago

NunoDasNeves commented 2 months ago

Summary of the PR

Note v0.3.0 has breaking changes that require changes in downstream code. Bumping mshv-ioctls version in vfio-ioctls is a dependency for updating the downstream code.

Requirements

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

NunoDasNeves commented 2 months ago

~The toolchain rust version is out of date; one of the dependencies requires rust 1.70+~ Fixed in https://github.com/rust-vmm/vfio/pull/55

NunoDasNeves commented 2 months ago

@jiangliu @sameo @sboeuf Could one of you please take a look? This PR is a dependency of https://github.com/cloud-hypervisor/cloud-hypervisor/pull/6658

liuw commented 2 months ago

@rbradford can you help with this?