Skip to content

Commit 8307b5a

Browse files
authored
Merge pull request #369 from peterfang/doc-tdp-owner
docs: add owner to TDP enabling items
2 parents a247c82 + 424541e commit 8307b5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/docs/developer/DEVELOPMENT-PLAN.md

+6
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ The first step to support the TDX platform in COCONUT-SVSM is to implement boot
349349
support via an IGVM platform file. This needs support in the COCONUT kernel as
350350
well as in the QEMU IGVM loader.
351351

352+
* Owner: Peter Fang ([@peterfang](https://github.com/peterfang)).
353+
352354
### [PlatAbstr] Platform Abstractions
353355

354356
The COCONUT kernel contains a lot of hard-coded SEV-SNP assumptions. These
@@ -360,13 +362,17 @@ platforms.
360362
Booting multiple CPUs in a TD guest needs some modifications in the COCONUT
361363
kernel as on Intel the TD vCPUs start from a fixed address.
362364

365+
* Owner: Peter Fang ([@peterfang](https://github.com/peterfang)).
366+
363367
### [Boot] TDX Boot support
364368

365369
Depends on: **TdxPart.Igvm**, **TdxPart.PlatAbstr**, **IrqSec.Apic4Svsm**, **TdxPart.TdxSmp**
366370

367371
Implement a platform API backend to boot COCONUT-SVSM in an Intel TD with
368372
partitioning support.
369373

374+
* Owner: Peter Fang ([@peterfang](https://github.com/peterfang)).
375+
370376
### [TdxParaV] TDX Paravisor Support
371377

372378
Depends on: **ParaV**, **UsrMode.VmmIf**

0 commit comments

Comments
 (0)