forked from confidential-containers/td-shim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish tdx-tdcall 0.1.1 for adding new functions to support TD parti…
…tioning Signed-off-by: Ouyang, Hang <[email protected]>
- Loading branch information
1 parent
e5eaa5d
commit 4e3be69
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters