Skip to content

Commit

Permalink
Upstream tdx-tdcall to crates.io
Browse files Browse the repository at this point in the history
Signed-off-by: Ouyang, Hang <hang.ouyang@intel.com>
  • Loading branch information
OuyangHang33 authored and jyao1 committed Jun 7, 2024
1 parent 92f5989 commit ac333c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tdx-tdcall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ homepage = "https://github.com/confidential-containers"
license = "BSD-2-Clause-Patent"
edition = "2018"

readme = "README.md"
keywords = ["TDCALL", "TDX", "intel"]

[dependencies]
lazy_static = { version = "1.0", features = ["spin_no_std"] }
log = "0.4.13"
Expand Down
16 changes: 16 additions & 0 deletions tdx-tdcall/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgitpro.ttaallkk.top%2Fconfidential-containers%2Ftd-shim.svg?type=shield)](https://app.fossa.com/projects/git%2Bgitpro.ttaallkk.top%2Fconfidential-containers%2Ftd-shim?ref=badge_shield)
# TDX-tdcall - Trust Domain Extensions tdcall

## Documents

* [Intel TDX](https://software.intel.com/content/www/us/en/develop/articles/intel-trust-domain-extensions.html)

## Introduction

Intel’s Trust Domain Extensions (TDX) protect confidential guest VMs from the host and physical attacks by isolating the guest register state and by encrypting the guest memory. In TDX, a special module running in a special mode sits between the host and the guest and manages the guest/host separation.

This tdx-tdcall crate provides constants, stuctures and wrappers to support user access TDCALL services.


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgitpro.ttaallkk.top%2Fconfidential-containers%2Ftd-shim.svg?type=large)](https://app.fossa.com/projects/git%2Bgitpro.ttaallkk.top%2Fconfidential-containers%2Ftd-shim?ref=badge_large)

0 comments on commit ac333c7

Please sign in to comment.