qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: patches@linaro.org, Richard Henderson <rth@twiddle.net>
Subject: [Qemu-devel] [PATCH v2 0/3] Add do_transaction_failed hook for ARM
Date: Tue,  5 Sep 2017 16:53:31 +0100	[thread overview]
Message-ID: <1504626814-23124-1-git-send-email-peter.maydell@linaro.org> (raw)

I sent these patches earlier, but only realized when I
put them in the target-arm pull request that they broke
the user-mode emulators.

Only change in these 3 patches from v1 is that patch 1
now checks that what it gets from qdev_get_machine()
is really an instance of TYPE_MACHINE before using it
(which only happens for the user-mode emulators, where
we don't need to set ignore_memory_transaction_failures).

thanks
-- PMM

Peter Maydell (3):
  boards.h: Define new flag ignore_memory_transaction_failures
  hw/arm: Set ignore_memory_transaction_failures for most ARM boards
  target/arm: Implement new do_transaction_failed hook

 include/hw/boards.h     | 11 +++++++++++
 include/qom/cpu.h       |  7 ++++++-
 target/arm/internals.h  | 10 ++++++++++
 hw/arm/aspeed.c         |  3 +++
 hw/arm/collie.c         |  1 +
 hw/arm/cubieboard.c     |  1 +
 hw/arm/digic_boards.c   |  1 +
 hw/arm/exynos4_boards.c |  2 ++
 hw/arm/gumstix.c        |  2 ++
 hw/arm/highbank.c       |  2 ++
 hw/arm/imx25_pdk.c      |  1 +
 hw/arm/integratorcp.c   |  1 +
 hw/arm/kzm.c            |  1 +
 hw/arm/mainstone.c      |  1 +
 hw/arm/musicpal.c       |  1 +
 hw/arm/netduino2.c      |  1 +
 hw/arm/nseries.c        |  2 ++
 hw/arm/omap_sx1.c       |  2 ++
 hw/arm/palm.c           |  1 +
 hw/arm/raspi.c          |  1 +
 hw/arm/realview.c       |  4 ++++
 hw/arm/sabrelite.c      |  1 +
 hw/arm/spitz.c          |  4 ++++
 hw/arm/stellaris.c      |  2 ++
 hw/arm/tosa.c           |  1 +
 hw/arm/versatilepb.c    |  2 ++
 hw/arm/vexpress.c       |  1 +
 hw/arm/xilinx_zynq.c    |  1 +
 hw/arm/xlnx-ep108.c     |  2 ++
 hw/arm/z2.c             |  1 +
 qom/cpu.c               | 16 ++++++++++++++++
 target/arm/cpu.c        |  1 +
 target/arm/op_helper.c  | 43 +++++++++++++++++++++++++++++++++++++++++++
 33 files changed, 130 insertions(+), 1 deletion(-)

-- 
2.7.4

             reply	other threads:[~2017-09-05 15:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-05 15:53 Peter Maydell [this message]
2017-09-05 15:53 ` [Qemu-devel] [PATCH v2 1/3] boards.h: Define new flag ignore_memory_transaction_failures Peter Maydell
2017-09-05 16:03   ` Richard Henderson
2017-09-06 23:16     ` Alistair Francis
2017-09-05 15:53 ` [Qemu-devel] [PATCH v2 2/3] hw/arm: Set ignore_memory_transaction_failures for most ARM boards Peter Maydell
2017-09-06 23:18   ` Alistair Francis
2017-09-05 15:53 ` [Qemu-devel] [PATCH v2 3/3] target/arm: Implement new do_transaction_failed hook Peter Maydell

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=1504626814-23124-1-git-send-email-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=patches@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).