qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Torbjörn Andersson" <tobbe.tt@home.se>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Bug: ARM Multiple Load (Thumb)
Date: Mon, 31 Mar 2008 20:11:29 +0200	[thread overview]
Message-ID: <000b01c8935a$a50ef620$ef2ce260$@tt@home.se> (raw)

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

During data exceptions the following scenario fails

 

LDM R0, {R0 R1}  // where the first word is read in page X and the second in
page x+1

 

R0 is then updated with the loaded value and the instruction cannot be
“replayed” when the exception handler has updated the MMU. The fix is
trivial, just store the R0 value in T2 until all other loads have been
performed. I have a fix for the old non-tcg code but it does not seem
relevant anymore. (Paul: Great work with TCG, looking forward to test it
soon) 

 

Best Regards

Torbjörn

 


[-- Attachment #2: Type: text/html, Size: 2620 bytes --]

                 reply	other threads:[~2008-03-31 18:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='000b01c8935a$a50ef620$ef2ce260$@tt@home.se' \
    --to=tobbe.tt@home.se \
    --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).