> > void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu)
> > {
> > kvm_x86_ops->vcpu_put(vcpu);
> > kvm_put_guest_fpu(vcpu);
> >+
> >+ vcpu->arch.last_time_out = getnsboottime();
> > }
> >
> > static int is_efer_nx(void)
>
> I think I've added some of the same instrumentation in my series.
Yeah, I did picked up one of your patches verbatim, if you don't mind =]
--
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