You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Currently it is reflecting it to the Hypervisor. Hypervisor cannot do anything with the Hcall, since it does not have access to the secure page.
Ultravisor must handle it locally and return to the SVM.
BTW: AFAICT this hcall is made only by Hash Guests. Since we do not support Hash Guests, we have not encountered this problem. However its better to handle this call gracefully, either by handling it, or returning a U_FUNCTION error code.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently it is reflecting it to the Hypervisor. Hypervisor cannot do anything with the Hcall, since it does not have access to the secure page.
Ultravisor must handle it locally and return to the SVM.
BTW: AFAICT this hcall is made only by Hash Guests. Since we do not support Hash Guests, we have not encountered this problem. However its better to handle this call gracefully, either by handling it, or returning a U_FUNCTION error code.
The text was updated successfully, but these errors were encountered: