mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: use released version of the IGVM crates
No functional change. While at it, consolidate some of the IGVM related import directives. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
+1
-1
@@ -27,8 +27,8 @@
|
||||
|
||||
pub mod igvm_loader;
|
||||
mod loader;
|
||||
use igvm::snp_defs::SevVmsa;
|
||||
use igvm_defs::IGVM_VHS_SNP_ID_BLOCK;
|
||||
use igvm_parser::snp_defs::SevVmsa;
|
||||
use zerocopy::FromZeroes;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user