From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH 3/6] kvm: x86: MMU support for EPT accessed/dirty bits Date: Fri, 31 Mar 2017 15:52:02 +0200 Message-ID: <20170331135202.GE6019@potion> References: <1490867732-16743-1-git-send-email-pbonzini@redhat.com> <1490867732-16743-4-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, david@redhat.com To: Paolo Bonzini Return-path: Content-Disposition: inline In-Reply-To: <1490867732-16743-4-git-send-email-pbonzini@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 2017-03-30 11:55+0200, Paolo Bonzini: > This prepares the MMU paging code for EPT accessed and dirty bits, > which can be enabled optionally at runtime. Code that updates the > accessed and dirty bits will need a pointer to the struct kvm_mmu. > > Signed-off-by: Paolo Bonzini > --- Reviewed-by: Radim Krčmář