-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor VirtIO MMIO register map handling (#23)
This commit addresses the following: 1. Re-organizes the source structures to improve code organization and maintainability. 2. Introduces the use of opaque pointer for information hiding, enhancing encapsulation and abstraction. 3. Enforces mnemonic enums instead of numbers, enhancing code readability and maintainability. By incorporating these changes, the codebase becomes more structured and easier to understand and maintain.
- Loading branch information
1 parent
3a9437c
commit 5eb7023
Showing
5 changed files
with
223 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.