From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx139.postini.com [74.125.245.139]) by kanga.kvack.org (Postfix) with SMTP id A7FF36B0033 for ; Wed, 3 Jul 2013 02:16:40 -0400 (EDT) Date: Wed, 3 Jul 2013 16:15:31 +1000 From: Paul Mackerras Subject: Re: [PATCH -V3 2/4] powerpc/kvm: Contiguous memory allocator based hash page table allocation Message-ID: <20130703061531.GA25034@drongo> References: <1372743918-12293-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1372743918-12293-2-git-send-email-aneesh.kumar@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372743918-12293-2-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: To: "Aneesh Kumar K.V" Cc: benh@kernel.crashing.org, agraf@suse.de, m.szyprowski@samsung.com, mina86@mina86.com, linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org On Tue, Jul 02, 2013 at 11:15:16AM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > Powerpc architecture uses a hash based page table mechanism for mapping virtual > addresses to physical address. The architecture require this hash page table to > be physically contiguous. With KVM on Powerpc currently we use early reservation > mechanism for allocating guest hash page table. This implies that we need to > reserve a big memory region to ensure we can create large number of guest > simultaneously with KVM on Power. Another disadvantage is that the reserved memory > is not available to rest of the subsystems and and that implies we limit the total > available memory in the host. > > This patch series switch the guest hash page table allocation to use > contiguous memory allocator. > > Signed-off-by: Aneesh Kumar K.V Acked-by: Paul Mackerras -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org