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

mm/alloc: add allocator-specific errors #164

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Conversation

00xc
Copy link
Member

@00xc 00xc commented Nov 23, 2023

Add a new AllocError enum that will be wrapped in SvsmError::Alloc, so that memory allocation errors are more specific than the generic SvsmError::Mem.

00xc added 2 commits November 23, 2023 11:17
Signed-off-by: Carlos López <[email protected]>
Add a new AllocError enum that will be wrapped in SvsmError::Alloc, so
that memory allocation errors are more specific than the generic
SvsmError::Mem.

Signed-off-by: Carlos López <[email protected]>
@joergroedel joergroedel merged commit 1aae618 into coconut-svsm:main Nov 27, 2023
2 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