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
We are enabling TD partitioning support in SVSM (https://github.com/coconut-svsm/svsm). Our current implementation uses tdx-tdcall library from the TD-shim project. But rather than do copy-paste-modify, request is to upstream TDCALL library to crates.io so that TD partitioning code can directly refer to it from crates.io.
What interface is needed – the APIs to upload to Crates.io
We use most of TDCALL functions as part of tdx-tdcall folder, so the request is to upstream all the pub interfaces that are part of it.
The text was updated successfully, but these errors were encountered:
We are enabling TD partitioning support in SVSM (https://github.com/coconut-svsm/svsm). Our current implementation uses tdx-tdcall library from the TD-shim project. But rather than do copy-paste-modify, request is to upstream TDCALL library to crates.io so that TD partitioning code can directly refer to it from crates.io.
The text was updated successfully, but these errors were encountered: