-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat(virtualization): 内核虚拟化支持 #1073
base: master
Are you sure you want to change the base?
feat(virtualization): 内核虚拟化支持 #1073
Conversation
解决了vmlaunch导致的cpu_reset的问题
暂时性push到hyc仓库
Co-authored-by: Samuel Dai <[email protected]>
Co-authored-by: Samuel Dai <[email protected]>
}; | ||
} | ||
|
||
/// @brief 锁定内核映射器, 并返回一个内核映射器对象 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
注释的风格需要改一下,使用markdown格式
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件不需要提交
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件不要提交
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fslongjin 这个文件是不是也不应该提交上来,要不要加ignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个改回false吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fslongjin 辛苦review下这个文件
@@ -19,4 +19,4 @@ cppcheck.xml | |||
Cargo.lock | |||
.cache | |||
compile_commands.json | |||
/logs/ | |||
/logs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个logs只是本地用的吗,如果是本地使用的,不需要加在这
原pr已废弃,现在重新整合。
主要完成整体框架的搭建、CPU虚拟化模块以及内存虚拟化模块
下列为完成进度:
整体框架搭建
接入文件系统
CPU虚拟化
内存虚拟化
以及后续TODO:
IO虚拟化
中断虚拟化