Skip to content

Commit d559334

Browse files
authored
Merge pull request #379 from msft-jlange/igvm_mem
svsm: pass the memory map to guest firmware
2 parents 9caefc4 + ea2f86b commit d559334

File tree

6 files changed

+387
-36
lines changed

6 files changed

+387
-36
lines changed

bootlib/src/igvm_params.rs

+8
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ pub struct IgvmParamBlockFwInfo {
6969
/// CPUID page.
7070
pub cpuid_page: u32,
7171

72+
/// The guest physical address of the IGVM memory map consumed by the
73+
/// guest firmware.
74+
pub memory_map_page: u32,
75+
76+
/// The number of pages reserved for the IGVM memory map consumed by the
77+
/// guest firmware.
78+
pub memory_map_page_count: u32,
79+
7280
/// The number of prevalidated memory regions defined by the firmware.
7381
pub prevalidated_count: u32,
7482

0 commit comments

Comments
 (0)