From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/12] target-arm queue
Date: Tue, 10 Apr 2018 13:17:12 +0100 [thread overview]
Message-ID: <20180410121724.8549-1-peter.maydell@linaro.org> (raw)
Arm patch queue for 2.12 -- a miscellaneous collection
of bug fixes.
thanks
-- PMM
The following changes since commit fb4fe32d5b6290deabe752b51cc1cc2a9e8573db:
Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into staging (2018-04-10 10:22:45 +0100)
are available in the Git repository at:
git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20180410
for you to fetch changes up to bd49e6027cbc207c87633c7add3ebd7d3474cd35:
fpu: Fix rounding mode for floatN_to_uintM_round_to_zero (2018-04-10 13:02:26 +0100)
----------------------------------------------------------------
target-arm queue:
* fpu: Fix rounding mode for floatN_to_uintM_round_to_zero
* tcg: Fix guest state corruption when running 64-bit Arm
guests on a 32-bit host (especially when using icount)
* linux-user/signal.c: Ensure AArch64 signal frame isn't too small
* cpus.c: ensure running CPU recalculates icount deadlines on timer expiry
* target/arm: Report unsupported MPU region sizes more clearly
* hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7
* hw/arm/allwinner-a10: Do not use nd_table in instance_init function
* hw/sd/bcm2835_sdhost: Don't raise spurious interrupts
* hw/sd/bcm2835_sdhost: Add tracepoints
* target-arm: Check undefined opcodes for SWP in A32 decoder
* hw/arm/integratorcp: Don't do things that could be fatal in the instance_init
* hw/arm: Allow manually specified /psci node
----------------------------------------------------------------
Andrey Smirnov (1):
hw/arm: Allow manually specified /psci node
Onur Sahin (1):
target-arm: Check undefined opcodes for SWP in A32 decoder
Peter Maydell (5):
hw/sd/bcm2835_sdhost: Add tracepoints
hw/sd/bcm2835_sdhost: Don't raise spurious interrupts
target/arm: Report unsupported MPU region sizes more clearly
cpus.c: ensure running CPU recalculates icount deadlines on timer expiry
linux-user/signal.c: Ensure AArch64 signal frame isn't too small
Richard Henderson (2):
tcg: Introduce tcg_set_insn_start_param
fpu: Fix rounding mode for floatN_to_uintM_round_to_zero
Thomas Huth (3):
hw/arm/integratorcp: Don't do things that could be fatal in the instance_init
hw/arm/allwinner-a10: Do not use nd_table in instance_init function
hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7
target/arm/translate.h | 2 +-
tcg/tcg.h | 10 ++++++++++
cpus.c | 10 +++++++++-
fpu/softfloat.c | 4 ++--
hw/arm/allwinner-a10.c | 12 +++++------
hw/arm/boot.c | 10 ++++++++++
hw/arm/fsl-imx6.c | 14 ++++++-------
hw/arm/fsl-imx7.c | 13 ++++++------
hw/arm/integratorcp.c | 23 +++++++++++++--------
hw/sd/bcm2835_sdhost.c | 54 ++++++++++++++++++++++++++++++++------------------
linux-user/signal.c | 6 ++++++
target/arm/helper.c | 6 +++---
target/arm/translate.c | 9 +++++++--
hw/sd/trace-events | 6 ++++++
14 files changed, 124 insertions(+), 55 deletions(-)
next reply other threads:[~2018-04-10 12:17 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-10 12:17 Peter Maydell [this message]
2018-04-10 12:17 ` [Qemu-devel] [PULL 01/12] hw/arm: Allow manually specified /psci node Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 02/12] hw/arm/integratorcp: Don't do things that could be fatal in the instance_init Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 03/12] target-arm: Check undefined opcodes for SWP in A32 decoder Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 04/12] hw/sd/bcm2835_sdhost: Add tracepoints Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 05/12] hw/sd/bcm2835_sdhost: Don't raise spurious interrupts Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 06/12] hw/arm/allwinner-a10: Do not use nd_table in instance_init function Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 07/12] hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7 Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 08/12] target/arm: Report unsupported MPU region sizes more clearly Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 09/12] cpus.c: ensure running CPU recalculates icount deadlines on timer expiry Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 10/12] linux-user/signal.c: Ensure AArch64 signal frame isn't too small Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 11/12] tcg: Introduce tcg_set_insn_start_param Peter Maydell
2018-04-10 12:17 ` [Qemu-devel] [PULL 12/12] fpu: Fix rounding mode for floatN_to_uintM_round_to_zero Peter Maydell
2018-04-10 15:48 ` [Qemu-devel] [PULL 00/12] target-arm queue Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2019-09-13 15:49 Peter Maydell
2019-09-16 12:21 ` Peter Maydell
2019-05-23 14:23 Peter Maydell
2019-05-24 10:06 ` Peter Maydell
2017-02-10 18:07 Peter Maydell
2017-02-13 9:30 ` Peter Maydell
2015-06-19 13:47 Peter Maydell
2015-06-19 17:32 ` Peter Maydell
2015-02-13 5:54 Peter Maydell
2015-02-13 11:04 ` Peter Maydell
2015-02-13 11:44 ` Peter Maydell
2014-08-04 13:53 Peter Maydell
2014-08-04 15:05 ` 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=20180410121724.8549-1-peter.maydell@linaro.org \
--to=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 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).