Gleb Natapov wrote: > 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 :( It's temporary, 0.12-only. load/save (and a lot more) will disappear once we completed merging with upstream code. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html