qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Laurent Vivier <laurent@vivier.eu>
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	QEMU Developers <qemu-devel@nongnu.org>,
	"patches@linaro.org" <patches@linaro.org>
Subject: Re: [Qemu-devel] [RFC 0/3] target/m68k: convert to transaction_failed hook
Date: Thu, 16 May 2019 14:26:10 +0100	[thread overview]
Message-ID: <CAFEAcA_AqVBcjSsJkkruO-rGnvJSiOq9w2RW7VXVCXJu5kXW=A@mail.gmail.com> (raw)
In-Reply-To: <98f62d5c-0c2a-9651-0dd6-961a243c4519@vivier.eu>

On Fri, 3 May 2019 at 18:12, Laurent Vivier <laurent@vivier.eu> wrote:
>
> On 10/12/2018 17:56, Peter Maydell wrote:
> > This patchset converts the m68k target from the deprecated
> > unassigned_access hook to the new transaction_failed hook.
> > It's RFC for a couple of reasons:
> >   * it's untested, since I don't have an m68k test image
> >   * the second patch just makes "bus error while trying to
> >     read page tables" be treated as a page fault, when it
> >     should probably cause a fault reporting it as a bus error
> >     of some kind
> >   * I don't understand why the old unassigned_access hook
> >     set the ATC bit in the MMU SSW, since the docs I have say
> >     this should be set if the fault happened during a table
> >     search, but cleared if it's just an ordinary bus-errored
> >     data or insn access. Probably this is a pre-existing bug?
>
> I think you're right. It must be cleared on bus error.

Thanks for the review of this patchset. Is there anything
you want me to do for a v2, or is it ready to be applied ?

-- PMM


  parent reply	other threads:[~2019-05-16 13:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10 16:56 [Qemu-devel] [RFC 0/3] target/m68k: convert to transaction_failed hook Peter Maydell
2018-12-10 16:56 ` [Qemu-devel] [RFC 1/3] target/m68k: In dump_address_map() check for memory access failures Peter Maydell
2019-05-03 16:40   ` Laurent Vivier
2019-05-03 16:40     ` Laurent Vivier
2018-12-10 16:56 ` [Qemu-devel] [RFC 2/3] target/m68k: In get_physical_address() " Peter Maydell
2019-05-03 16:46   ` Laurent Vivier
2019-05-03 16:46     ` Laurent Vivier
2018-12-10 16:56 ` [Qemu-devel] [RFC 3/3] target/m68k: Switch to transaction_failed hook Peter Maydell
2019-05-03 16:55   ` Laurent Vivier
2019-05-03 16:55     ` Laurent Vivier
2018-12-11  8:42 ` [Qemu-devel] [RFC 0/3] target/m68k: convert " Thomas Huth
2018-12-11 19:13 ` Mark Cave-Ayland
2018-12-11 19:29   ` Peter Maydell
2018-12-12 20:43 ` Laurent Vivier
2019-05-03 14:16   ` Peter Maydell
2019-05-03 14:16     ` Peter Maydell
2019-05-03 17:12 ` Laurent Vivier
2019-05-03 17:12   ` Laurent Vivier
2019-05-16 13:26   ` Peter Maydell [this message]
2019-05-16 13:36     ` Laurent Vivier

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='CAFEAcA_AqVBcjSsJkkruO-rGnvJSiOq9w2RW7VXVCXJu5kXW=A@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=laurent@vivier.eu \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=patches@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 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).