From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeTA3-0003CU-44 for qemu-devel@nongnu.org; Sat, 04 Apr 2015 14:51:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YeT9x-00086a-Kv for qemu-devel@nongnu.org; Sat, 04 Apr 2015 14:51:15 -0400 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:35332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeT9x-000861-Cw for qemu-devel@nongnu.org; Sat, 04 Apr 2015 14:51:09 -0400 Received: by patj18 with SMTP id j18so115731pat.2 for ; Sat, 04 Apr 2015 11:51:07 -0700 (PDT) Sender: Richard Henderson Message-ID: <55203298.7040402@twiddle.net> Date: Sat, 04 Apr 2015 11:51:04 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH for-2.3] alpha: 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: =?UTF-8?B?RGlyayBNw7xsbGVy?= , QEMU Developers On 04/04/2015 05:14 AM, Dirk Müller wrote: > 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. > > Cc: Richard Henderson > Signed-off-by: Dirk Mueller > --- > hw/alpha/typhoon.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Acked-by: Richard Henderson r~