From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Date: Sat, 22 Nov 2014 17:08:33 +0000 Subject: Re: [PATCH v14 1/7] KVM: Add architecture-defined TLB flush support Message-Id: <20141122170833.GK3401@cbox> List-Id: References: <1415930268-7674-2-git-send-email-m.smarduch@samsung.com> In-Reply-To: <1415930268-7674-2-git-send-email-m.smarduch@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org On Thu, Nov 13, 2014 at 05:57:42PM -0800, Mario Smarduch wrote: > Allow architectures to override the generic kvm_flush_remote_tlbs() > function via HAVE_KVM_ARCH_TLB_FLUSH_ALL. ARMv7 will need this to > provide its own TLB flush interface. > > Reviewed-by: Marc Zyngier > Reviewed-by: Paolo Bonzini > Signed-off-by: Mario Smarduch Reviewed-by: Christoffer Dall