From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 0/3] KVM: MMU: Simple cleanups and macro fixes Date: Thu, 7 Mar 2013 13:53:13 +0200 Message-ID: <20130307115313.GH11223@redhat.com> References: <20130306160322.c4ca5029.yoshikawa_takuya_b1@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Takuya Yoshikawa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33627 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750843Ab3CGLxR (ORCPT ); Thu, 7 Mar 2013 06:53:17 -0500 Content-Disposition: inline In-Reply-To: <20130306160322.c4ca5029.yoshikawa_takuya_b1@lab.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: 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 -- Gleb.