Skip to content
  • Guido Trotter's avatar
    KVM: fix RebootInstance · f02881e0
    Guido Trotter authored
    RebootInstance was broken, because it just used to call StartInstance
    with wrong parameters. With this patch we still stop the instance, but
    use the saved kvm runtime to start it again.
    
    Reviewed-by: iustinp
    f02881e0