mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
arch: x86_64: tdx: Extend TDVF section types
Based on the recent updates of the TDVF specification introducing new types of TDVF sections, let's extend the enum in our code. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
7b93a8dd78
commit
2198baa547
@ -52,6 +52,9 @@ pub enum TdvfSectionType {
|
||||
Cfv,
|
||||
TdHob,
|
||||
TempMem,
|
||||
PermMem,
|
||||
Payload,
|
||||
PayloadParam,
|
||||
Reserved = 0xffffffff,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user