On Tue, Jan 26, 2010 at 10:26:22PM -0200, Marcelo Tosatti wrote:
> @@ -374,6 +375,7 @@ static int cpu_post_load(void *opaque, int version_id)
>  
>          kvm_load_tsc(env);
>          kvm_load_mpstate(env);
> +        kvm_put_vcpu_events(env);
>      }
It is confusing to call functions load/save for some state and put/get for
others, but the function kvm_put_vcpu_events() is called upstream this
way :(

Otherwise looks OK.

--
                        Gleb.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to