You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: update vm-memory requirement from 0.12.2 to 0.13.0
Updates the requirements on [vm-memory](https://github.com/rust-vmm/vm-memory) to permit the latest version.
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.12.2...v0.13.0)
---
updated-dependencies:
- dependency-name: vm-memory
dependency-type: direct:production
...
In addition to the dependabot changes, this commit updates usages of
deprecated functions.
With vm-memory 0.13.0, we introduced versions of the Read and Write
traits for operations on guest memory (`VolatileRead` and
`VolatileWrite`). These replace various `Read` and `Write` based APIs
that had suboptional performance due to requiring to first copy all data
from guest memory to hypervisor memory to ensure soundness. See also
rust-vmm/vm-memory#217.
Signed-off-by: Patrick Roy <[email protected]>
Co-authored-by: dependabot[bot] <[email protected]>
0 commit comments