From 7e42ce5ad9c21bf3230a0d269ca146057c2603e9 Mon Sep 17 00:00:00 2001 From: jethrogb Date: Fri, 27 Mar 2026 15:38:01 +0100 Subject: [PATCH] Remove version restrictions on IgvmNativeVpContextX64 --- igvm_defs/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/igvm_defs/src/lib.rs b/igvm_defs/src/lib.rs index 45f836f..9aa6b56 100644 --- a/igvm_defs/src/lib.rs +++ b/igvm_defs/src/lib.rs @@ -886,8 +886,6 @@ pub struct IGVM_VHS_ERROR_RANGE { /// initial context, such as AMD SEV. /// Registers not specified here are initialized to their architectural /// reset values. -/// -/// Only supported in version 2 and later files. #[cfg(feature = "unstable")] #[cfg_attr(docsrs, doc(cfg(feature = "unstable")))] #[repr(C)]