From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 05/11] kvm: Introduce kvm_host_page_size Date: Sun, 7 Feb 2010 15:13:57 +0100 Message-ID: <20100207141357.GB23725@8bytes.org> References: <1264678682-30655-1-git-send-email-joerg.roedel@amd.com> <1264678682-30655-6-git-send-email-joerg.roedel@amd.com> <4B6EAD80.5080508@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joerg Roedel , Marcelo Tosatti , David Woodhouse , kvm@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org To: Avi Kivity Return-path: Content-Disposition: inline In-Reply-To: <4B6EAD80.5080508@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Sun, Feb 07, 2010 at 02:09:36PM +0200, Avi Kivity wrote: > On 01/28/2010 01:37 PM, Joerg Roedel wrote: >> This patch introduces a generic function to find out the >> host page size for a given gfn. This function is needed by >> the kvm iommu code. This patch also simplifies the x86 >> host_mapping_level function. >> > > Applied to kvm.git since this makes sense independently of the rest of > your patchset. Yes, makes sense for this patch. I will rebase my branch once you pushed it out. Joerg