qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Luis Pureza" <pureza@student.dei.uc.pt>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Question regarding the instruction counter
Date: Tue, 26 Aug 2008 20:11:24 +0100	[thread overview]
Message-ID: <3e1533500808261211j7ab766c1w3dd54f2c613d2820@mail.gmail.com> (raw)

The set of functions io_readX() and io_writeX() contain the following test:

if (index > (IO_MEM_NOTDIRTY >> IO_MEM_SHIFT) && !can_do_io(env)) {
        cpu_io_recompile(env, retaddr);
}

If I remove the first part of the condition test, index >
(IO_MEM_NOTDIRTY >> IO_MEM_SHIFT) (that excludes non-I/O memory
areas), is it still supposed to work?

Thanks,

Luis Pureza

                 reply	other threads:[~2008-08-26 19: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=3e1533500808261211j7ab766c1w3dd54f2c613d2820@mail.gmail.com \
    --to=pureza@student.dei.uc.pt \
    --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).