From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode Date: Mon, 29 Sep 2014 13:48:39 +0200 Message-ID: <54294717.7040706@redhat.com> References: <1411977758-24506-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <54291841.5040903@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org To: Alexander Graf , "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org Return-path: In-Reply-To: <54291841.5040903@suse.de> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 29/09/2014 10:28, Alexander Graf ha scritto: > > > On 29.09.14 10:02, Aneesh Kumar K.V wrote: >> We use cma reserved area for creating guest hash page table. >> Don't do the reservation in non-hypervisor mode. This avoids unnecessary >> CMA reservation when booting with limited memory configs like >> fadump and kdump. >> >> Signed-off-by: Aneesh Kumar K.V > > Thanks, applied to kvm-ppc-queue. Would you like this in 3.18? Paolo