From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlDpV-0003rv-1Y for qemu-devel@nongnu.org; Wed, 01 Oct 2008 22:22:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlDpS-0003rj-Nu for qemu-devel@nongnu.org; Wed, 01 Oct 2008 22:22:11 -0400 Received: from [199.232.76.173] (port=41441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlDpS-0003rg-J2 for qemu-devel@nongnu.org; Wed, 01 Oct 2008 22:22:10 -0400 Received: from pop-sarus.atl.sa.earthlink.net ([207.69.195.72]:36902) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KlDpS-0002Pf-HK for qemu-devel@nongnu.org; Wed, 01 Oct 2008 22:22:10 -0400 Received: from user-142h2k8.cable.mindspring.com ([72.40.138.136] helo=[192.168.0.90]) by pop-sarus.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1KlDpP-0000au-00 for qemu-devel@nongnu.org; Wed, 01 Oct 2008 22:22:07 -0400 Message-ID: <48E4304E.4010402@earthlink.net> Date: Wed, 01 Oct 2008 22:22:06 -0400 From: Robert Reif MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000503040108030307050604" Subject: [Qemu-devel] [PATCH] sparc: sun ss20 OBP does 32bit register access to esp 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 This is a multi-part message in MIME format. --------------000503040108030307050604 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Unassigned mem write access to 0000000ef0800020 from 00026458 Unassigned mem write access to 0000000ef0800028 from 00026464 Unassigned mem write access to 0000000ef0800000 from 00026470 Unassigned mem write access to 0000000ef0800000 from 0002647c Unassigned mem write access to 0000000ef080000c from 000264a0 --------------000503040108030307050604 Content-Type: text/plain; name="esp.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="esp.diff.txt" Index: hw/esp.c =================================================================== --- hw/esp.c (revision 5391) +++ hw/esp.c (working copy) @@ -569,7 +569,7 @@ static CPUWriteMemoryFunc *esp_mem_write[3] = { esp_mem_writeb, NULL, - NULL, + esp_mem_writeb, /* sun OBP does 32bit writes to some of these registers */ }; static void esp_save(QEMUFile *f, void *opaque) --------------000503040108030307050604--