On Fri, Oct 02, 2009 at 02:49:59PM -0500, Mark Langsdorf wrote: > +static int pause_interception(struct vcpu_svm *svm) > +{ > + static int pause_count = 0; > + > + kvm_vcpu_on_spin(&(svm->vcpu)); > +printk(KERN_ERR "MJLL pause intercepted %d\n", ++pause_count); Debugging leftover? > + return 1; > +} -- 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