From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5D5B-00023o-Ua for qemu-devel@nongnu.org; Thu, 10 Jul 2014 08:04:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5D53-0006fd-Gr for qemu-devel@nongnu.org; Thu, 10 Jul 2014 08:04:13 -0400 Message-ID: <53BE8133.7040005@suse.de> Date: Thu, 10 Jul 2014 14:04:03 +0200 From: Alexander Graf MIME-Version: 1.0 References: <53BE6A41.2000209@suse.de> <1404993663-4336-1-git-send-email-shreyas@linux.vnet.ibm.com> In-Reply-To: <1404993663-4336-1-git-send-email-shreyas@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: "Shreyas B. Prabhu" , 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 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). Alex