-
Notifications
You must be signed in to change notification settings - Fork 55
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
Windows guest bluescreen with hypervisor-fw #153
Comments
@weltling MSHV or KVM? I know we test RFW against Windows on its CI. |
(But we might not test shutdown.) |
The description is about KVM, with MSHV looks same code 0x7E and exception:
We indeed don't explicitly test shutdown in the CH integration tests, it's always just waiting 1 minute and then killing the guest. I've got at least one similar issue at shutdown to report to CH (not I'll try to run the integration tests replacing with the latest Thanks |
I patched the script locally to pick Given Thanks |
With debugger attached, I can see two crashes.
This one seems to happen because the boot went too slowly and ticks expire too fast. Continuing through this one seems to get the system going, though.
Both cases seem to land in the code path invoking Thanks |
Windows guest with CH using
hypervisor-fw
instead ofOVMF
doesn't shutdown correctly and encounters a bluescreen:The Cloud Hypervisor process keeps hanging and doesn't terminate. To reproduce, it's just about booting the guest and then hitting the shutdown button. This issue doesn't happen with
OVMF
.As
OVMF
is currently used for the tests and seems to be the most stable option, we should first clarify on the priority switching tohypervisor-fw
.The guest will need to be debugged the usual way, in first place to identify the issue. Any hints to debug on the firmware side might be helpful, too.
The text was updated successfully, but these errors were encountered: