From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmnhg-0006wM-N2 for qemu-devel@nongnu.org; Mon, 16 Jan 2012 09:38:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rmnhb-0007sN-C4 for qemu-devel@nongnu.org; Mon, 16 Jan 2012 09:38:32 -0500 Message-ID: <4F1435ED.60006@web.de> Date: Mon, 16 Jan 2012 15:36:29 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1325783595-22962-1-git-send-email-afaerber@suse.de> In-Reply-To: <1325783595-22962-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] prep: Fix offset of BIOS MemoryRegion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf , Avi Kivity Am 05.01.2012 18:13, schrieb Andreas Färber: > Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory > API) OHW was "Trying to execute code outside RAM or ROM at 0xfff00700". > > The BIOS MemoryRegion is created with a fixed size of 1 MiB. > Ensure that the full size can be accessed since the exception > vectors are located at 0xfff00000 and the BIOS may want to use them. > > It thereby no longer depends on the actual BIOS binary size. > > Signed-off-by: Andreas Färber > Cc: Avi Kivity > Cc: Alexander Graf > --- Applied to prep-up branch. /-F