chore(deps): Bump vm-memory from 0.17.1 to 0.18.0 in the rust-vmm group
Bumps the rust-vmm group with 1 update: vm-memory.
Updates vm-memory from 0.17.1 to 0.18.0
Changelog
Sourced from vm-memory's changelog.
0.18.0
Changed
This release includes a major change to the
vm-memoryAPI in order to support memory access permissions. The previousGuestMemorytrait is now renamed toGuestMemoryBackend, andGuestMemoryhas a completely new definition. However, common interfaces such asGuestAddressSpaceandBytesremain onGuestMemory; therefore, all callers that just use theBytesinterface remain completely unchanged.
- [#362] Rename
GuestMemorytoGuestMemoryBackend,IoMemorytoGuestMemoryAdded
- [#327] I/O virtual memory support via
IoMemory,IommuMemory, andIommu/IotlbFixed
- [#361] clippy: allow mut_from_ref
Commits
b6404d2Bump version to 0.18.03e868f1Emphasize GuestMemory more in the documentationda8fc34Reformat after the renamef5c882eThe small rename - iterators7e7cad2The great renamefed3a63chore: update coverage91220edchore: fix clippy lints/cargo warnings3cdd259build(deps): bump rust-vmm-ci from042b206tob4bb7688c4c815Have SimpleIommu depend on backend-mmap4ce4235clippy: allow mut_from_ref- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Currently this is blocked on other rust vmm updates