https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211651

--- Comment #8 from Don Lewis <[email protected]> ---
If I try to disable the AMD-V setting, Virtualbox complains "Invalid Settings
Detected".  If I disable virtualization in the BIOS, Virtualbox only seems to
understand 32-bit guests.

I hadn't gone spelunking in the .kmod source because the stack traces fooled me
into thinking that the code was not part of the .kmod.

ASMXRstore() is called from CPUMSetGuestXcr0(PVMCPU pVCpu, uint64_t uNewValue)
here:
<https://www.virtualbox.org/browser/vbox/trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp>.
 Perhaps it just needs added calls to fpu_kern_enter() and fpu_kern_leave().

Interestingly I don't see any calls to ASMXSave().

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to