From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe1Oy-0000DE-ML for qemu-devel@nongnu.org; Tue, 14 Oct 2014 08:40:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xe1Op-0002hR-Bz for qemu-devel@nongnu.org; Tue, 14 Oct 2014 08:40:32 -0400 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:36461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xe1Op-0002hD-4v for qemu-devel@nongnu.org; Tue, 14 Oct 2014 08:40:23 -0400 Received: by mail-la0-f46.google.com with SMTP id gi9so8511228lab.33 for ; Tue, 14 Oct 2014 05:40:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <543D19B1.6080902@redhat.com> Date: Tue, 14 Oct 2014 14:40:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1413254164-6320-1-git-send-email-zhuyijun@huawei.com> <543CBCF5.5060303@huawei.com> In-Reply-To: <543CBCF5.5060303@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: Replace memory_region_init_ram with memory_region_allocate_system_memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yijun Zhu , Peter Maydell Cc: hangaohuai@huawei.com, QEMU Developers , peter.huangpeng@huawei.com Il 14/10/2014 08:04, Yijun Zhu ha scritto: > I think all of the other ARM boards should be changed. If changes in virt is ok, > I will make the patch again including the modification of other ARM boards. Don't worry, it's not your fault. :) I introduced the bug, and if you prefer I will rebase and post the patches I had. Paolo