From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KG4aG-0006gN-Ml for qemu-devel@nongnu.org; Tue, 08 Jul 2008 00:13:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KG4aD-0006bB-SW for qemu-devel@nongnu.org; Tue, 08 Jul 2008 00:13:44 -0400 Received: from [199.232.76.173] (port=59587 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KG4aD-0006b1-KF for qemu-devel@nongnu.org; Tue, 08 Jul 2008 00:13:41 -0400 Received: from wsip-68-15-230-7.om.om.cox.net ([68.15.230.7]:42979 helo=hachi.dashjr.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KG4aD-0001QZ-6n for qemu-devel@nongnu.org; Tue, 08 Jul 2008 00:13:41 -0400 Received: from yokochan.lan (yokochan.lan [IPv6:2002:440d:6de2:0:20d:60ff:fe77:7d85]) (Authenticated sender: luke-jr) by hachi.dashjr.org (Postfix) with ESMTP id 5350B9619B6 for ; Tue, 8 Jul 2008 04:13:39 +0000 (UTC) From: Luke -Jr Date: Mon, 7 Jul 2008 23:13:31 -0500 References: <200806271350.40937.luke@dashjr.org> <200807062047.03684.luke@dashjr.org> <200807071308.47573.luke@dashjr.org> In-Reply-To: <200807071308.47573.luke@dashjr.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807072313.33961.luke@dashjr.org> Subject: [Qemu-devel] mapping devices to 0xfffe0000+ Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org How can I register a serial Uart on 0xfffe0300, and some custom code on 0xfffe0000? If I modify serial_io[0] to be 0xfffe0300, qemu segfaults. :(