qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Blue Swirl" <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] sparc: sun ss20 OBP does 32bit register access to esp
Date: Thu, 2 Oct 2008 21:08:22 +0300	[thread overview]
Message-ID: <f43fc5580810021108k4d228e75j9a79df9ee10089e2@mail.gmail.com> (raw)
In-Reply-To: <48E4304E.4010402@earthlink.net>

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.

      reply	other threads:[~2008-10-02 18:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=f43fc5580810021108k4d228e75j9a79df9ee10089e2@mail.gmail.com \
    --to=blauwirbel@gmail.com \
    --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).