From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/3] KVM: MMU: Simple cleanups and macro fixes Date: Thu, 7 Mar 2013 17:26:48 -0300 Message-ID: <20130307202648.GA19262@amt.cnet> References: <20130306160322.c4ca5029.yoshikawa_takuya_b1@lab.ntt.co.jp> <20130307115313.GH11223@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Takuya Yoshikawa , kvm@vger.kernel.org To: Gleb Natapov , "@amt.cnet"@amt.cnet Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10845 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759735Ab3CGVQU (ORCPT ); Thu, 7 Mar 2013 16:16:20 -0500 Content-Disposition: inline In-Reply-To: <20130307115313.GH11223@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Mar 07, 2013 at 01:53:13PM +0200, Gleb Natapov wrote: > On Wed, Mar 06, 2013 at 04:03:22PM +0900, Takuya Yoshikawa wrote: > > Note: the first two patches are from my other work. > > > > Takuya Yoshikawa (3): > > KVM: MMU: Fix and clean up for_each_gfn_* macros > > KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page() > > KVM: MMU: Introduce a helper function for FIFO zapping > > > > arch/x86/kvm/mmu.c | 78 ++++++++++++++++++++++------------------------------ > > 1 files changed, 33 insertions(+), 45 deletions(-) > > > Reviewed-by: Gleb Natapov Applied, thanks.