From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8T6l-0001lo-DR for qemu-devel@nongnu.org; Tue, 27 Sep 2011 04:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8T6e-0006rb-Ea for qemu-devel@nongnu.org; Tue, 27 Sep 2011 04:33:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8T6e-0006rT-2d for qemu-devel@nongnu.org; Tue, 27 Sep 2011 04:33:36 -0400 Message-ID: <4E818A5A.6000605@redhat.com> Date: Tue, 27 Sep 2011 11:33:30 +0300 From: Avi Kivity MIME-Version: 1.0 References: <4E7A828A.3030404@codemonkey.ws> <4E7F366F.9060501@redhat.com> <4E7F5B62.1090307@redhat.com> <4E804F20.2090007@redhat.com> <4E80B3EF.3070202@redhat.com> <4E80B535.1030804@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [FYI] Soft feature freeze for 1.0 is 10/15 (three weeks away) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 09/26/2011 09:07 PM, Blue Swirl wrote: > >> The default address is used for early serial printk in OpenBIOS, so it > >> should still work. > > > > Ok, so drop the extra mapping, but init the dynamic mapping to 0x80013000. > > That should work. It's already there (macio.c): if (macio_state->escc_mem) { memory_region_add_subregion(bar, 0x13000, macio_state->escc_mem); } I'll drop the extra mapping. -- error compiling committee.c: too many arguments to function