Hi Keir, Our QA team also found that the latest base kernel was failing on the new real mode emulation code. I looked into it, and found out the culprit to be guest_mode() call in the do_device_not_available handler. This guest_mode() check over there is no more correct as the guest may run in hypervisor context in the form of emulation. The attached patch fixes this issue by removing the check. Another fix would be modifying the guest_mode() macro. What do you think, Is this check is needed there now ? Signed-off-By: Nitin A Kamble <nitin.a.kamble@xxxxxxxxx> -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation ----------------------------------------------------------------- The mind is like a parachute; it works much better when it's open
Attachment:
realmode_fp_access_bugfix.patch
Description: Text Data
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel