Skip to content
  • Guido Trotter's avatar
    KVM: export hvparams in the runtime · c2672466
    Guido Trotter authored
    They'll be used to set the nic type when we execute the runtime, since
    the nics are processed later. We need to save the hvparams because we
    want to use the same one as when we saved the runtime, rather than use
    the current instance ones, to avoid applying only some changed
    parameters when the runtime is loaded.
    
    Reviewed-by: iustinp
    c2672466