rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
144 stars 60 forks source link

Update to the latest rust-vmm-ci #237

Open andreeaflorescu opened 1 year ago

andreeaflorescu commented 1 year ago

We haven't updated the submodule in a long time, so we will have to fix the clippy warnings.

This is the guide to be used for updating rust-vmm-ci: https://github.com/rust-vmm/community/blob/main/docs/update-rust-vmm-ci.md.

andreeaflorescu commented 1 year ago

There is already a PR that updates to a newer version, but the cargo audit test is failing: https://github.com/rust-vmm/vmm-reference/pull/236. We should first address the audit failure by updating the dependencies to their latest version.