From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 3/3] KVM: arm/arm64: Enable Dirty Page logging for ARMv8 Date: Sat, 22 Nov 2014 21:02:54 +0100 Message-ID: <20141122200254.GS3401@cbox> References: <1416039550-28125-1-git-send-email-m.smarduch@samsung.com> <1416039550-28125-4-git-send-email-m.smarduch@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: marc.zyngier@arm.com, pbonzini@redhat.com, catalin.marinas@arm.com, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: m.smarduch@samsung.com Return-path: Received: from mail-la0-f51.google.com ([209.85.215.51]:63976 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426AbaKVUC0 (ORCPT ); Sat, 22 Nov 2014 15:02:26 -0500 Received: by mail-la0-f51.google.com with SMTP id mc6so5823587lab.24 for ; Sat, 22 Nov 2014 12:02:25 -0800 (PST) Content-Disposition: inline In-Reply-To: <1416039550-28125-4-git-send-email-m.smarduch@samsung.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Nov 15, 2014 at 12:19:10AM -0800, m.smarduch@samsung.com wrote: > From: Mario Smarduch > > This patch enables ARMv8 ditry page logging support. Plugs ARMv8 into generic > layer through Kconfig symbol, and drops earlier ARM64 constraints to enable > logging at architecture layer. > > Signed-off-by: Mario Smarduch Just reminding you again of what I said in the previous thread (think that was before you sent this out), that you need to handle the pud_huge case in arch/arm/kvm/mmu.c for ARMv8 here. -Christoffer