You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_eq!(format!("{}",Error::StartInfoPastRamEnd),"PVH Boot Configurator Error: The hvm_start_info structure extends past the end of guest memory.");
274
+
assert_eq!(
275
+
format!("{}",Error::StartInfoSetup),
276
+
"PVH Boot Configurator Error: Error writing hvm_start_info to guest memory."
0 commit comments