Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

device_manager: Keep SHM region order #235

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

asahilina
Copy link
Contributor

GuestMemoryMmap requires guest ranges to be sorted by start address, so use a BTreeMap instead of a HashMap to keep the order consistent.

GuestMemoryMmap requires guest ranges to be sorted by start address, so
use a BTreeMap instead of a HashMap to keep the order consistent.

Signed-off-by: Asahi Lina <[email protected]>
@slp slp merged commit d571fe8 into containers:main Oct 28, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants