Skip to content

Commit

Permalink
Publish tdx-tdcall 0.1.1 for adding new functions to support TD parti…
Browse files Browse the repository at this point in the history
…tioning

Signed-off-by: Ouyang, Hang <[email protected]>
  • Loading branch information
OuyangHang33 committed Jun 21, 2024
1 parent e5eaa5d commit 4e3be69
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions tdx-tdcall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.2.0] - 2024-06-21
### Added
- Wrapper to tdcall_accept_page to accept a memory range (for both normal 4K as well as 2M large pages).
- Add tdcall_vm_read/write to access TD-scope meta field of a TD.
- Add tdcall_vp_read/write is to access vCPU-scope meta field of a TD.
- Add tdcall_vp_invept/invvpid to provide SEPT flushing support.
- Add tdcall_vp_enter support.
- Add tdcall to support memory attribute write.

### Changed
- Change return type for tdvmcall_wrmsr, tdvmcall_rdmsr
- Replace the & operator with addr_of! macro for tdvmcall_mmio_write/tdvmcall_mmio_read
- Extend TdInfo struct to add vcpu_index field

## [0.1.0] - 2024-06-07
### Added
- Add README.md for publishing to crates.io
2 changes: 1 addition & 1 deletion tdx-tdcall/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tdx-tdcall"
version = "0.1.0"
version = "0.2.0"
description = "Constants, stuctures and wrappers to access TDCALL services"
repository = "https://github.com/confidential-containers/td-shim"
homepage = "https://github.com/confidential-containers"
Expand Down

0 comments on commit 4e3be69

Please sign in to comment.