From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanpeng Li Subject: Re: EPT Accessed bit Date: Wed, 13 Aug 2014 11:20:19 +0800 Message-ID: <20140813032019.GA32167@kernel> References: Reply-To: Wanpeng Li Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Umesh Deshpande Return-path: Received: from mga11.intel.com ([192.55.52.93]:43308 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751511AbaHMDSu (ORCPT ); Tue, 12 Aug 2014 23:18:50 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hi Umesh, On Tue, Aug 12, 2014 at 08:07:48PM -0500, Umesh Deshpande wrote: >Hi, > >>>From the Intel processor manual I read that accessed bit has been >introduced in EPT. The Redhat 6 release notes mention that "Extended >Page Table age bits enables a host to make smarter choices for >swapping memory under memory pressure". I couldn't find any related >patches on KVM or LKML. I was wondering if using the EPT accessed bit >requires any support from KVM to allow the host kernel to determine >and swap out the inactive VM pages. > IIUC, host tracks the EPT A bit through mmu notifier. Regards, Wanpeng Li >Thanks, >Umesh >-- >To unsubscribe from this list: send the line "unsubscribe kvm" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html