-
Notifications
You must be signed in to change notification settings - Fork 58
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
Boot Loop with RISC-V #299
Comments
retrage
added a commit
to retrage/rust-hypervisor-firmware
that referenced
this issue
Dec 9, 2023
As reported in issue cloud-hypervisor#299, the latest RHF goes boot loop since `nightly-2023-06-07` Rust toolchain. This is because the recent Rust generates code that includes F and V extensions, which we need to enable these features on startup. This commit disables generation of these extensions as a workaround. Signed-off-by: Akira Moroo <retrage01@gmail.com>
retrage
added a commit
to retrage/rust-hypervisor-firmware
that referenced
this issue
Dec 12, 2023
As reported in issue cloud-hypervisor#299, the latest RHF goes boot loop since `nightly-2023-06-07` Rust toolchain. This is because the recent Rust generates code that includes F and V extensions, which we need to enable these features on startup. This commit disables generation of these extensions as a workaround. Signed-off-by: Akira Moroo <retrage01@gmail.com>
retrage
added a commit
to retrage/rust-hypervisor-firmware
that referenced
this issue
Dec 13, 2023
As reported in issue cloud-hypervisor#299, the latest RHF goes boot loop since `nightly-2023-06-07` Rust toolchain. This is because the recent Rust generates code that includes F and V extensions, which we need to enable these features on startup. This commit disables generation of these extensions as a workaround. Signed-off-by: Akira Moroo <retrage01@gmail.com>
retrage
added a commit
that referenced
this issue
Dec 13, 2023
As reported in issue #299, the latest RHF goes boot loop since `nightly-2023-06-07` Rust toolchain. This is because the recent Rust generates code that includes F and V extensions, which we need to enable these features on startup. This commit disables generation of these extensions as a workaround. Signed-off-by: Akira Moroo <retrage01@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest RHF/RISC-V goes boot loop like:
I found that the issue first appears after commit af0d3c7, which updates Rust toolchain to
nightly-2023-08-11
fromnightly-2023-05-26
. I also found that the issue appears fromnightly-2023-06-07
by bisecting the Rust nightly toolchain.The text was updated successfully, but these errors were encountered: