All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: mttcg@greensocs.com, Mark Burton <mark.burton@greensocs.com>,
	Developers qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Atomic Instructions - comments please
Date: Mon, 15 Dec 2014 14:28:07 +0100	[thread overview]
Message-ID: <548EE1E7.2090208@redhat.com> (raw)
In-Reply-To: <CAFEAcA_g=y6QnCHzoh7C6MTcTSp9b3Y+3AcP4r_1sh9DBMAQhQ@mail.gmail.com>



On 15/12/2014 14:23, Peter Maydell wrote:
> > What are the intended semantics for reads/writes from the outside world?
> >  Should they cause the ll/sc pair to retry or not?
> Assuming that by "outside world" you mean "some other CPU in this
> cluster" [in ARM-speak, some other observer in the same shareability
> domain]: writes should. Reads should not.

No, I mean from DMA.  Other CPU of course need to abort reads/writes.

The CPU that executes LL can invalidate the physical address on all
other CPUs' TLBs.  Attempts to write to that address then would fill the
TLB entry with the new TLB_LL bit.

Paolo

  reply	other threads:[~2014-12-15 13:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-15 12:56 [Qemu-devel] Atomic Instructions - comments please Mark Burton
2014-12-15 13:16 ` Paolo Bonzini
2014-12-15 13:23   ` Peter Maydell
2014-12-15 13:28     ` Paolo Bonzini [this message]
2014-12-15 13:36       ` Peter Maydell
2014-12-15 14:09   ` Peter Maydell
2014-12-15 13:28 ` Peter Maydell
2014-12-15 13:32   ` Paolo Bonzini
2014-12-15 13:37     ` Mark Burton
2014-12-15 13:39     ` Peter Maydell
2014-12-15 13:43       ` Mark Burton
2014-12-15 13:46       ` Paolo Bonzini
2014-12-15 13:35   ` Mark Burton
2014-12-15 18:15     ` Lluís Vilanova

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=548EE1E7.2090208@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=mark.burton@greensocs.com \
    --cc=mttcg@greensocs.com \
    --cc=peter.maydell@linaro.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.