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

在开启 vmx 时,如果某些检查项未通过,可临时去掉 #1

Open
PengJi opened this issue Dec 21, 2022 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@PengJi
Copy link

PengJi commented Dec 21, 2022

在启动 hypervisor 开启 vmx 时遇到一个问题如下:
image
根据图中的错误提示,找到 rvm/src/arch/x86_64/vmx/mod.rs 文件中的第 88 行

if !vmx_basic.io_exit_info {
    return rvm_err!(Unsupported);
}

目前并不需要这个 feature ,所以可以去掉该项检查,接下来就可以正常启动 hypervisor。

@equation314 equation314 added the good first issue Good for newcomers label Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants