From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 1/3] KVM: arm64: ARMv8 header changes for page logging Date: Sat, 22 Nov 2014 21:01:13 +0100 Message-ID: <20141122200113.GR3401@cbox> References: <1416039550-28125-1-git-send-email-m.smarduch@samsung.com> <1416039550-28125-2-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-f49.google.com ([209.85.215.49]:47904 "EHLO mail-la0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbaKVUAo (ORCPT ); Sat, 22 Nov 2014 15:00:44 -0500 Received: by mail-la0-f49.google.com with SMTP id hs14so5769829lab.22 for ; Sat, 22 Nov 2014 12:00:43 -0800 (PST) Content-Disposition: inline In-Reply-To: <1416039550-28125-2-git-send-email-m.smarduch@samsung.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Nov 15, 2014 at 12:19:08AM -0800, m.smarduch@samsung.com wrote: > From: Mario Smarduch > > This patch adds arm64 helpers to write protect pmds/ptes and retrieve > permissions while logging dirty pages. Also adds prototype to write protect > a memory slot and adds a pmd define to check for read-only pmds. > > Signed-off-by: Mario Smarduch Reviewed-by: Christoffer Dall