-
Notifications
You must be signed in to change notification settings - Fork 326
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
Bugcheck 3B while running nested in KVM #22
Comments
Thank you for the report @trapframe. I wish to support nesting in KVM, I do not have an environment to test. (as far as I know, KVM cannot be run on a Windows host.) @wbenny you did some experiment with HyperPlatform on KVM and saw consistent bug check, right? Do you have any thoughts on what this issue is, and how we could resolve it? |
@tandasat Actually, I didn't get any bugcheck, I just got frozen VM or worse, the whole host got frozen or got rebooted :) But it was FU_Hypervisor. Anyway, undefined-instruction trap at @trapframe , can you, please, provide parameters with which you run that KVM instance? I've had similar problem when I ran it with Hyper-V Enlightenments support turned on ( |
Also, I would be interested in REAL value of ecx/rcx, since Edit: oh, the |
Tiips to disable HyperV feature for virt-manager created Vms :
|
Happy that problem was resolved so quickly! Thank you @wbenny and @trapframe for the lightning fast comments and testing. |
Nice! Glad it helped. I'll add a small personal observation from my experiments: in my case removing "hyperv_spinlocks" was enough to get rid of the buggy behavior. Leaving the rest wasn't problem and I would suspect it might be beneficial to leave them there for performance reasons. |
Hi,
Although DdiMon works perfectly well nested in VmWare it bugcheck systematically while running inside KVM.
Logs shows that hypervisor was succefully loaded and i confirmed that the hook functions are getting called as well.
It takes a couple of secondes to bugcheck between 5 and 20 depending of the VM activity.
i can repro on the same VM used in VmWare (Windows 7 SP1 x64 with 2 processors)
bugcheck shows :
Below is the extract of the log and the !analyze results.
I can provide the dump if needed.
Bugcheck:
The text was updated successfully, but these errors were encountered: