-
Notifications
You must be signed in to change notification settings - Fork 106
[RTE-680] Add TDX types to sgx-isa crate and create tdx-ql crate
#857
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
base: master
Are you sure you want to change the base?
Conversation
e661b9c to
5c7bbe9
Compare
…ript and add tdx-isa version to release triggers
5c7bbe9 to
82f621c
Compare
2937656 to
5678749
Compare
5678749 to
baab81c
Compare
…lated function added in `tdx-ql` crate.
tdx-isa crate, and streamline CI depssgx-isa crate and create tdx-ql crate
|
Added feat(tdx-ql): remove intel tdx-attest-rs backend to remove the appraoch that using Intel's rust binding crate. The Please be free to suggest any ideas on this. |
This reverts commit ba86bab.
avoid unnecessary read
|
Added |
|
Maybe we should put the |
Summary
Add TDX attestation support via a new
tdx-qlcrate, split common layout macros into a standalonememory-layoutcrate, and update CI setup.Changes
intel-tdx/tdx-qlcrate with TDX report + RTMR extend APIs implemented bynix::ioctl(default) via/dev/tdx_guest.struct_def!,impl_default_clone_eq!) into newmemory-layoutcrate and wiresgx-isafeature flags through it.intel-sgx/sgx-isa/src/tdx.rsand export viasgx-isa.tdx-qlandmemory-layoutto the workspace.install_build_deps.sh, addtdx-qltest step; release workflow acceptstdx-isa_vX.Y.Ztags.tdx_ql_cliexample cli program for manual testing.Testing
tdx-qlfor report/extend error paths.