From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5DCI-0004J7-5M for qemu-devel@nongnu.org; Thu, 10 Jul 2014 08:11:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5DC8-00009n-MJ for qemu-devel@nongnu.org; Thu, 10 Jul 2014 08:11:34 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:39627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5DC8-00009d-EL for qemu-devel@nongnu.org; Thu, 10 Jul 2014 08:11:24 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 10 Jul 2014 06:11:23 -0600 Message-ID: <53BE82D9.9060709@linux.vnet.ibm.com> Date: Thu, 10 Jul 2014 17:41:05 +0530 From: Shreyas B Prabhu MIME-Version: 1.0 References: <53BE6A41.2000209@suse.de> <1404993663-4336-1-git-send-email-shreyas@linux.vnet.ibm.com> <53BE8133.7040005@suse.de> In-Reply-To: <53BE8133.7040005@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] ppc: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: Scott Wood , "Edgar E. Iglesias" , andreas.faerber@web.de, bharata@linux.vnet.ibm.com, Paolo Bonzini On Thursday 10 July 2014 05:34 PM, Alexander Graf wrote: > > On 10.07.14 14:01, Shreyas B. Prabhu wrote: >> Commit 0b183fc871:"memory: move mem_path handling to >> memory_region_allocate_system_memory" split memory_region_init_ram and >> memory_region_init_ram_from_file. Also it moved mem-path handling a step >> up from memory_region_init_ram to memory_region_allocate_system_memory. >> >> Therefore for any board that uses memory_region_init_ram directly, >> -mem-path is not supported. >> >> Fix this by replacing memory_region_init_ram with >> memory_region_allocate_system_memory. >> >> Signed-off-by: Shreyas B. Prabhu > > Thanks, applied to ppc-next (for 2.1 - it's a regression after all). > Thanks! > > Alex >