From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaiHF-00033L-SG for qemu-devel@nongnu.org; Wed, 25 Mar 2015 06:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaiHA-0008Jw-Oe for qemu-devel@nongnu.org; Wed, 25 Mar 2015 06:11:09 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:32987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaiHA-0008Jj-HP for qemu-devel@nongnu.org; Wed, 25 Mar 2015 06:11:04 -0400 Received: by wixw10 with SMTP id w10so70641591wix.0 for ; Wed, 25 Mar 2015 03:11:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <551289B3.6040503@redhat.com> Date: Wed, 25 Mar 2015 11:10:59 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.3] arm: 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: Peter Maydell , =?UTF-8?B?RGlyayBNw7xsbGVy?= Cc: QEMU Developers On 25/03/2015 01:10, Peter Maydell wrote: > So why do only the ARM boards get fixes here? > (Why did we allow ourselves to break half our boards > in commit 0b183fc871 in the first place?) Because the patches to convert them were in my stolen laptop. :/ Paolo