You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by volcano <no...@github.com> on 2020/07/21 07:52:40 UTC

[apache/incubator-teaclave-sgx-sdk] add exception vector definition (#259)

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave-sgx-sdk/pull/259

-- Commit Summary --

  * add exception vector definition

-- File Changes --

    M sgx_signal/src/exception.rs (3)
    M sgx_types/src/types.rs (3)

-- Patch Links --

https://github.com/apache/incubator-teaclave-sgx-sdk/pull/259.patch
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/259.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/259

Re: [apache/incubator-teaclave-sgx-sdk] add exception vector definition (#259)

Posted by volcano <no...@github.com>.
If CPUID.(EAX=12H, ECX=0):EBX[31:0] != 0, exception vector support GP PF or CP.
Configure `<MiscSelect>1<MiscSelect>` in Enclave.config.xml, encalve can handle GP and PF exceptions.
Tested on CPU: Intel Pentium Silver J5005

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/259#issuecomment-661712045

Re: [apache/incubator-teaclave-sgx-sdk] add exception vector definition (#259)

Posted by Yu Ding <no...@github.com>.
Merged #259 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/pull/259#event-3573962997