From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [patch 0/4] KVM: support for pinning sptes (v2) Date: Wed, 9 Jul 2014 16:20:05 -0300 Message-ID: <20140709192005.GA7007@amt.cnet> References: <20140709191250.408928362@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pbonzini@redhat.com, xiaoguangrong@linux.vnet.ibm.com, gleb@kernel.org, avi.kivity@gmail.com To: kvm@vger.kernel.org, ak@linux.intel.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:23678 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932263AbaGITUZ (ORCPT ); Wed, 9 Jul 2014 15:20:25 -0400 Content-Disposition: inline In-Reply-To: <20140709191250.408928362@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 09, 2014 at 04:12:50PM -0300, mtosatti@redhat.com wrote: > Required by PEBS support as discussed at > > Subject: [patch 0/4] [patch 0/5] Implement PEBS virtualization for Silvermont > Message-Id: <1401412327-14810-1-git-send-email-andi@firstfloor.org> > > Thread. > > ---------------------- > > v2: > - unify remote kick function (Gleb) > - keep sptes intact on get_dirty_log (Gleb) > - add new internal error (Gleb) > - unpin sptes/shadow pages (Avi) > - fix spte walker level (Nadav) > - do not require get_page Note: accounting into mlock is not necessary as this patchset allows swapping (mlock refers to ability to swapout, not lifetime of page in swap). Please review, thanks for previous comments.