From: Robert Reif <reif@earthlink.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] sparc: sun ss20 OBP does 32bit register access to esp
Date: Wed, 01 Oct 2008 22:22:06 -0400 [thread overview]
Message-ID: <48E4304E.4010402@earthlink.net> (raw)
[-- 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)
next reply other threads:[~2008-10-02 2:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-02 2:22 Robert Reif [this message]
2008-10-02 18:08 ` [Qemu-devel] [PATCH] sparc: sun ss20 OBP does 32bit register access to esp Blue Swirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48E4304E.4010402@earthlink.net \
--to=reif@earthlink.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).