Skip to content

Releases: confidential-containers/td-shim

v0.8.0

31 Oct 20:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 Jul 20:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Jun 15:28
Compare
Choose a tag to compare

What's Changed

  • tdx-tdcall: use interrupt blocked flag for TDVMCALL HLT by @gaojiaqi7 in #560

Full Changelog: v0.5.0...v0.6.0

v0.5.0

14 Apr 08:38
Compare
Choose a tag to compare
tdx-tdcall: use shared GPA for `TDG.VP.VMCALL<Service>`

Address of command and response buffer should be shared GPA according to
GHCI.

Signed-off-by: Jiaqi Gao <[email protected]>

v0.4.0

28 Feb 07:47
Compare
Choose a tag to compare
td-shim: use `payload_parameter` slice for `boot_kernel()`

The address of payload paramter may be different in different
configurations so use slice instead.

Signed-off-by: Jiaqi Gao <[email protected]>

v0.3.0

12 Jan 17:00
Compare
Choose a tag to compare
Coverage: Fix #494, Ensure dma is not released.

Signed-off-by: xiaoyuxlu <[email protected]>

v0.2.0

07 Nov 07:20
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
td-loader: Fix potential panic issue

Fix: 439
Signed-off-by: Wei Liu <[email protected]>

v0.1.0

10 Oct 04:58
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
td-loader: Add unit test case for PR 410

Fix: #416
Signed-off-by: Wei Liu <[email protected]>