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

Change ialloc from 64-bit to 32-bit #109

Merged
merged 1 commit into from
May 9, 2024
Merged

Change ialloc from 64-bit to 32-bit #109

merged 1 commit into from
May 9, 2024

Conversation

alexandermbrown
Copy link
Contributor

Currently both virtIO block and virtIO sound use this allocator. It doesn't need to be 64-bit as we will never need more than UINT32_MAX indices (currently we use at most 4096). Both sDDF ID fields are already 32-bit. I am updating the virtIO devices to reflect this change in au-ts/libvmm#37

Signed-off-by: Alex Brown <[email protected]>
@Ivan-Velickovic Ivan-Velickovic merged commit 15305c7 into main May 9, 2024
4 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the ialloc32 branch May 9, 2024 02:01
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