[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091002223722.GC23379@8bytes.org>
Date: Sat, 3 Oct 2009 00:37:22 +0200
From: Joerg Roedel <joro@...tes.org>
To: Mark Langsdorf <mark.langsdorf@....com>
Cc: linux-kernel@...r.kernel.org, avi@...ranet.com, avi@...hat.com,
kvm@...r.kernel.org
Subject: Re: [PATCH][retry 2] Support Pause Filter in AMD processors
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 linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists