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: Add unit tests for kernel mapping, guestmem ops, address checks #143

Closed
wants to merge 4 commits into from

Conversation

Zildj1an
Copy link
Contributor

Add unit tests to evaluate offline correct behavior of memory components: kernel mappings (address_space.rs), read and write operations (guestmem.rs) and valid physical address checking (memory.rs).

Copy link
Member

@00xc 00xc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the tests for each of the submodules should be in a separate commit?

Add unit tests to evaluate offline correct behavior of memory components:
kernel mappings (address_space.rs).

Signed-off-by: Carlos Bilbao <[email protected]>
Add unit tests to evaluate offline correct behavior of read and write
operations (guestmem.rs).

Signed-off-by: Carlos Bilbao <[email protected]>
Add unit tests to evaluate offline correct behavior of valid physical
address checking (memory.rs).

Signed-off-by: Carlos Bilbao <[email protected]>
@Zildj1an
Copy link
Contributor Author

Maybe the tests for each of the submodules should be in a separate commit?

You got it @00xc, done :)

@Zildj1an
Copy link
Contributor Author

Closing, look at #170

@Zildj1an Zildj1an closed this Nov 29, 2023
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.

3 participants