From 5babcb4d93b3b500e208d6876de305b7ab92fb9a Mon Sep 17 00:00:00 2001 From: Vijay Dhanraj Date: Wed, 29 May 2024 09:16:48 -0700 Subject: [PATCH] docs: add owners of ApicEmul item Add myself as the owner of the ApicEmul item, to implement vXAPIC and vX2APIC support for TD partitioned guest. Signed-off-by: Vijay Dhanraj --- Documentation/docs/developer/DEVELOPMENT-PLAN.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/docs/developer/DEVELOPMENT-PLAN.md b/Documentation/docs/developer/DEVELOPMENT-PLAN.md index 909c20b73..df2ffd5da 100644 --- a/Documentation/docs/developer/DEVELOPMENT-PLAN.md +++ b/Documentation/docs/developer/DEVELOPMENT-PLAN.md @@ -288,6 +288,11 @@ SVSM can send IPIs between VCPUs. ### [ApicEmul] vXAPIC and vX2APIC Emulation Support +* Owners: + * Jon Lange ([@msft-jlange](https://github.com/msft-jlange)) + * Vijay Dhanraj ([@vijaydhanraj](https://github.com/vijaydhanraj)) +* Tracking issue: [#328](https://github.com/coconut-svsm/svsm/issues/328) + Depends on: **IrqSec.HvIrqSig**, **IrqSec.Apic4Svsm**, **UsrMode.IpcEvt** Add an emulation for vXAPIC and vX2APIC to the SVSM for use by the guest OS.