qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] sparc: sun ss20 OBP does 32bit register access to esp
@ 2008-10-02  2:22 Robert Reif
  2008-10-02 18:08 ` Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Reif @ 2008-10-02  2:22 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

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

[-- Attachment #2: esp.diff.txt --]
[-- Type: text/plain, Size: 388 bytes --]

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] sparc: sun ss20 OBP does 32bit register access to esp
  2008-10-02  2:22 [Qemu-devel] [PATCH] sparc: sun ss20 OBP does 32bit register access to esp Robert Reif
@ 2008-10-02 18:08 ` Blue Swirl
  0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2008-10-02 18:08 UTC (permalink / raw)
  To: qemu-devel

On 10/2/08, Robert Reif <reif@earthlink.net> wrote:
> 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
>
> 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)
>
>
>

Thanks, applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-02 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02  2:22 [Qemu-devel] [PATCH] sparc: sun ss20 OBP does 32bit register access to esp Robert Reif
2008-10-02 18:08 ` Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).