pub fn validate_cpu_vendor(microvm_state: &MicrovmState)Expand description
Validates that snapshot CPU vendor matches the host CPU vendor.
ยงErrors
When:
- Failed to read host vendor.
- Failed to read snapshot vendor.
pub fn validate_cpu_vendor(microvm_state: &MicrovmState)Validates that snapshot CPU vendor matches the host CPU vendor.
When: