From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikunj A Dadhania Subject: Re: [PATCH v2 3/7] KVM: Add paravirt kvm_flush_tlb_others Date: Tue, 03 Jul 2012 13:57:04 +0530 Message-ID: <87obnxckrr.fsf@linux.vnet.ibm.com> References: <20120604050223.4560.2874.stgit@abhimanyu.in.ibm.com> <20120604050629.4560.85284.stgit@abhimanyu.in.ibm.com> <20120703081135.GB12579@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain Cc: peterz@infradead.org, mingo@elte.hu, avi@redhat.com, raghukt@linux.vnet.ibm.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, jeremy@goop.org, vatsa@linux.vnet.ibm.com, hpa@zytor.com To: Marcelo Tosatti Return-path: In-Reply-To: <20120703081135.GB12579@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, 3 Jul 2012 05:11:35 -0300, Marcelo Tosatti wrote: > On Mon, Jun 04, 2012 at 10:37:24AM +0530, Nikunj A. Dadhania wrote: > > arch/x86/include/asm/kvm_para.h | 3 +- > > arch/x86/include/asm/tlbflush.h | 9 ++++++ > > arch/x86/kernel/kvm.c | 1 + > > arch/x86/kvm/x86.c | 14 ++++++++- > > arch/x86/mm/tlb.c | 61 +++++++++++++++++++++++++++++++++++++++ > > 5 files changed, 86 insertions(+), 2 deletions(-) > > [...] > > diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c > > index 264f172..4714a7b 100644 > > --- a/arch/x86/kvm/x86.c > > +++ b/arch/x86/kvm/x86.c > > Please split guest/host (arch/x86/kernel/kvm.c etc VS arch/x86/kvm/) > patches. > Ok > Please document guest/host interface > (Documentation/virtual/kvm/paravirt-tlb-flush.txt, add a pointer to it > from msr.txt). > Sure.