-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fail to run kvm-host with Linux in version 6.1.91 #35
Comments
Some information of my environment.
|
Using GDB, I found that it blocks at
|
It seems good at v6.1.87 but fails at v6.1.88. We need to check the commits between them. |
The regression is caused by the removal of boot sector: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.88&id=f31f521ad27e3e476a58c07bf0825c4441317dba We'll need to implement bios/bootloader for the latest kernel. |
Oh. Maybe the bios is not required. We just need to change the way we parse the PE header? |
Solved in #37 |
In 0f31f1b, the kernel bumped to 6.1.91. I am not able to see any message in this version.
Everything goes fine if I use the 6.1.35 kernel, so I believe this is not an issue that fully relates to my host PC.
I'm wondering if only I face the issue. Note that if we already built the kernel with
make check
before, we have to manually remove thebuild/bzImage
to forcemake check
using the latest version of the kernel. Or we can clone a clean repo and build again. This could be another thing we have to fix.The text was updated successfully, but these errors were encountered: