-
Notifications
You must be signed in to change notification settings - Fork 31
Home
yamahata edited this page May 14, 2022
·
15 revisions
You need the four following component, TDX KVM, TDX qemu, TDX guest and TDVF(guest OS).
- [TDX KVM] https://github.com/intel/tdx/tree/kvm-upstream
- [TDX qemu] https://github.com/intel/qemu-tdx/tree/tdx-upstream
- [TDX guest] https://github.com/intel/tdx/tree/guest-upstream
- [TDVF] https://github.com/tianocore/edk2-staging/tree/TDVF
- [TDX KVM] https://github.com/intel/tdx/tree/kvm-upstream-workaround
- [TDX qemu] https://github.com/intel/qemu-tdx/tree/tdx-upstream-wip
- https://github.com/intel/tdx/tree/kvm old branches. corresonding tags is a format of tdx-kvm-- e.g. tdx-kvm-2021.11.24-v5.16-rc1
- https://github.com/intel/tdx/tree/kvm-upstream The tree that includes patches sent for upstreaming. So some features can be missing. This is based on host-upstream branch.
- https://github.com/intel/tdx/tree/kvm-upstream-workaround kvm-upstreaming + more patches for future submission to upstream. E.g. PMU support, off-TD debug, UPM support.
- https://github.com/intel/tdx/tree/host-upstream the branch that includes x86 TDX host patches.
- https://github.com/intel/tdx/tree/kvm old branches. corresonding tags is a format of tdx-kvm-- e.g. tdx-kvm-2021.11.24-v5.16-rc1 This tree is being deprecated.
- https://github.com/intel/qemu-tdx/tree/tdx-upstream The tree that includes patches for upstreaming. This corresponds to kvm-upstream repo.
- https://github.com/intel/qemu-tdx/tree/tdx-upstream-wip tdx-upstream + more patches for future submission. E.g. off-TD debug, UPM.
- https://github.com/intel/qemu-tdx/tree/tdx The old tree. This branch is being deprecated.
- https://github.com/intel/tdx/tree/guest-upstream This tree that includes patches for upstreaming
- https://github.com/intel/tdx/tree/guest This tree is stable but old.
- https://github.com/tianocore/edk2-staging/tree/TDVF Upstreaming tree.
- https://github.com/tianocore/edk2 EKD2 master branch. Some TDVF features has been merged.