Re: [PATCH v3 6/8] KVM-HV: Add flush_on_enter before guest enter

2012-08-03 Thread Marcelo Tosatti
On Fri, Aug 03, 2012 at 11:07:13AM +0530, Nikunj A Dadhania wrote: On Thu, 2 Aug 2012 17:16:41 -0300, Marcelo Tosatti mtosa...@redhat.com wrote: On Thu, Aug 02, 2012 at 05:14:02PM -0300, Marcelo Tosatti wrote: On Tue, Jul 31, 2012 at 04:19:02PM +0530, Nikunj A. Dadhania wrote: From:

Re: [PATCH v3 6/8] KVM-HV: Add flush_on_enter before guest enter

2012-08-02 Thread Marcelo Tosatti
On Thu, Aug 02, 2012 at 05:14:02PM -0300, Marcelo Tosatti wrote: On Tue, Jul 31, 2012 at 04:19:02PM +0530, Nikunj A. Dadhania wrote: From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com PV-Flush guest would indicate to flush on enter, flush the TLB before entering and exiting the guest.

Re: [PATCH v3 6/8] KVM-HV: Add flush_on_enter before guest enter

2012-08-02 Thread Nikunj A Dadhania
On Thu, 2 Aug 2012 17:16:41 -0300, Marcelo Tosatti mtosa...@redhat.com wrote: On Thu, Aug 02, 2012 at 05:14:02PM -0300, Marcelo Tosatti wrote: On Tue, Jul 31, 2012 at 04:19:02PM +0530, Nikunj A. Dadhania wrote: From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com static void

[PATCH v3 6/8] KVM-HV: Add flush_on_enter before guest enter

2012-07-31 Thread Nikunj A. Dadhania
From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com PV-Flush guest would indicate to flush on enter, flush the TLB before entering and exiting the guest. Signed-off-by: Nikunj A. Dadhania nik...@linux.vnet.ibm.com --- arch/x86/kvm/x86.c | 23 +++ 1 files changed, 7