From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rl6I2-0004jI-UU for qemu-devel@nongnu.org; Wed, 11 Jan 2012 17:05:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rl6I1-000094-Oz for qemu-devel@nongnu.org; Wed, 11 Jan 2012 17:05:02 -0500 Message-ID: <4F0E0783.3000908@codemonkey.ws> Date: Wed, 11 Jan 2012 16:04:51 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1325783595-22962-1-git-send-email-afaerber@suse.de> <4F0E026B.6010400@suse.de> <4F0E034A.7000109@codemonkey.ws> <3915D4C4-1C96-49AB-82A3-90A916D9D404@suse.de> In-Reply-To: <3915D4C4-1C96-49AB-82A3-90A916D9D404@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Alexander Graf Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Avi Kivity , =?ISO-8859-1?Q?Andr?= =?ISO-8859-1?Q?eas_F=E4rber?= On 01/11/2012 03:49 PM, Alexander Graf wrote: > > On 11.01.2012, at 22:46, Anthony Liguori wrote: > >> On 01/11/2012 03:43 PM, Andreas Färber wrote: >>> 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 >>> >>> Ping! Is everyone okay with this? Should I send a PULL? >> >> I would expect this to come through Alex's tree. > > I don't want to have yet another maintainer behind me. PREP and normal PPC stuff have very little common code, so I would rather have Andreas send PULL requests directly. That's fine, I was just confused about who was maintaining prep... If you're listed as M: in MAINTAINERS for a subsystem, and the patches have been posted for a reasonable time without reviews, then by all means, send a pull request. Regards, Anthony Liguori > > > Alex > >