From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/43] target-arm queue
Date: Fri, 15 Jun 2018 15:24:38 +0100 [thread overview]
Message-ID: <20180615142521.19143-1-peter.maydell@linaro.org> (raw)
target-arm queue; this one has a fair scattering of more
miscellaneous things in it which I've sent out this week.
I've shoved those in as well as it seemed the least-effort
way of getting them into master; a few of them are dependencies
on arm-related patches I have brewing.
thanks
-- PMM
The following changes since commit 2702c2d3eb74e3908c0c5dbf3a71c8987595a86e:
Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-updates-140618-1' into staging (2018-06-15 12:49:36 +0100)
are available in the Git repository at:
git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20180615
for you to fetch changes up to 14120108f87b3f9e1beacdf0a6096e464e62bb65:
target/arm: Allow ARMv6-M Thumb2 instructions (2018-06-15 15:23:34 +0100)
----------------------------------------------------------------
target-arm and miscellaneous queue:
* fix KVM state save/restore for GICv3 priority registers for high IRQ numbers
* hw/arm/mps2-tz: Put ethernet controller behind PPC
* hw/sh/sh7750: Convert away from old_mmio
* hw/m68k/mcf5206: Convert away from old_mmio
* hw/block/pflash_cfi02: Convert away from old_mmio
* hw/watchdog/wdt_i6300esb: Convert away from old_mmio
* hw/input/pckbd: Convert away from old_mmio
* hw/char/parallel: Convert away from old_mmio
* armv7m: refactor to get rid of armv7m_init() function
* arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
* hw/core/or-irq: Support more than 16 inputs to an OR gate
* cpu-defs.h: Document CPUIOTLBEntry 'addr' field
* cputlb: Pass cpu_transaction_failed() the correct physaddr
* CODING_STYLE: Define our preferred form for multiline comments
* Add and use new stn_*_p() and ldn_*_p() memory access functions
* target/arm: More parts of the upcoming SVE support
* aspeed_scu: Implement RNG register
* m25p80: add support for two bytes WRSR for Macronix chips
* exec.c: Handle IOMMUs being in the path of TCG CPU memory accesses
* target/arm: Allow ARMv6-M Thumb2 instructions
----------------------------------------------------------------
Cédric Le Goater (1):
m25p80: add support for two bytes WRSR for Macronix chips
Joel Stanley (1):
aspeed_scu: Implement RNG register
Julia Suvorova (1):
target/arm: Allow ARMv6-M Thumb2 instructions
Peter Maydell (21):
hw/arm/mps2-tz: Put ethernet controller behind PPC
hw/sh/sh7750: Convert away from old_mmio
hw/m68k/mcf5206: Convert away from old_mmio
hw/block/pflash_cfi02: Convert away from old_mmio
hw/watchdog/wdt_i6300esb: Convert away from old_mmio
hw/input/pckbd: Convert away from old_mmio
hw/char/parallel: Convert away from old_mmio
stellaris: Stop using armv7m_init()
hw/arm/armv7m: Remove unused armv7m_init() function
arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
hw/core/or-irq: Support more than 16 inputs to an OR gate
cpu-defs.h: Document CPUIOTLBEntry 'addr' field
cputlb: Pass cpu_transaction_failed() the correct physaddr
CODING_STYLE: Define our preferred form for multiline comments
bswap: Add new stn_*_p() and ldn_*_p() memory access functions
exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()
exec.c: Use stn_p() and ldn_p() instead of explicit switches
iommu: Add IOMMU index concept to IOMMU API
iommu: Add IOMMU index argument to notifier APIs
iommu: Add IOMMU index argument to translate method
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Richard Henderson (18):
target/arm: Extend vec_reg_offset to larger sizes
target/arm: Implement SVE Permute - Unpredicated Group
target/arm: Implement SVE Permute - Predicates Group
target/arm: Implement SVE Permute - Interleaving Group
target/arm: Implement SVE compress active elements
target/arm: Implement SVE conditionally broadcast/extract element
target/arm: Implement SVE copy to vector (predicated)
target/arm: Implement SVE reverse within elements
target/arm: Implement SVE vector splice (predicated)
target/arm: Implement SVE Select Vectors Group
target/arm: Implement SVE Integer Compare - Vectors Group
target/arm: Implement SVE Integer Compare - Immediate Group
target/arm: Implement SVE Partition Break Group
target/arm: Implement SVE Predicate Count Group
target/arm: Implement SVE Integer Compare - Scalars Group
target/arm: Implement FDUP/DUP
target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group
Shannon Zhao (1):
arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_IPRIORITYR
include/exec/cpu-all.h | 4 +
include/exec/cpu-defs.h | 9 +
include/exec/exec-all.h | 16 +-
include/exec/memory.h | 65 +-
include/hw/arm/arm.h | 8 +-
include/hw/or-irq.h | 5 +-
include/qemu/bswap.h | 52 ++
include/qom/cpu.h | 3 +
target/arm/helper-sve.h | 294 +++++++++
target/arm/helper.h | 19 +
target/arm/translate-a64.h | 26 +-
accel/tcg/cputlb.c | 59 +-
exec.c | 263 ++++----
hw/alpha/typhoon.c | 3 +-
hw/arm/armv7m.c | 28 +-
hw/arm/mps2-tz.c | 32 +-
hw/arm/smmuv3.c | 2 +-
hw/arm/stellaris.c | 12 +-
hw/block/m25p80.c | 1 +
hw/block/pflash_cfi02.c | 97 +--
hw/char/parallel.c | 50 +-
hw/core/or-irq.c | 39 +-
hw/dma/rc4030.c | 2 +-
hw/i386/amd_iommu.c | 2 +-
hw/i386/intel_iommu.c | 8 +-
hw/input/pckbd.c | 14 +-
hw/intc/arm_gicv3_kvm.c | 18 +-
hw/intc/armv7m_nvic.c | 6 +-
hw/m68k/mcf5206.c | 48 +-
hw/misc/aspeed_scu.c | 20 +
hw/ppc/spapr_iommu.c | 5 +-
hw/s390x/s390-pci-bus.c | 2 +-
hw/s390x/s390-pci-inst.c | 4 +-
hw/sh4/sh7750.c | 44 +-
hw/sparc/sun4m_iommu.c | 3 +-
hw/sparc64/sun4u_iommu.c | 2 +-
hw/vfio/common.c | 6 +-
hw/virtio/vhost.c | 7 +-
hw/watchdog/wdt_i6300esb.c | 48 +-
memory.c | 33 +-
target/arm/cpu.c | 18 +
target/arm/sve_helper.c | 1250 +++++++++++++++++++++++++++++++++++++
target/arm/translate-sve.c | 1458 +++++++++++++++++++++++++++++++++++++++++++
target/arm/translate.c | 43 +-
target/arm/vec_helper.c | 69 ++
CODING_STYLE | 17 +
docs/devel/loads-stores.rst | 15 +
target/arm/sve.decode | 248 ++++++++
48 files changed, 4114 insertions(+), 363 deletions(-)
next reply other threads:[~2018-06-15 14:25 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-15 14:24 Peter Maydell [this message]
2018-06-15 14:24 ` [Qemu-devel] [PULL 01/43] arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_IPRIORITYR Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 02/43] hw/arm/mps2-tz: Put ethernet controller behind PPC Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 03/43] hw/sh/sh7750: Convert away from old_mmio Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 04/43] hw/m68k/mcf5206: " Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 05/43] hw/block/pflash_cfi02: " Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 06/43] hw/watchdog/wdt_i6300esb: " Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 07/43] hw/input/pckbd: " Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 08/43] hw/char/parallel: " Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 09/43] stellaris: Stop using armv7m_init() Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 10/43] hw/arm/armv7m: Remove unused armv7m_init() function Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 11/43] arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 12/43] hw/core/or-irq: Support more than 16 inputs to an OR gate Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 13/43] cpu-defs.h: Document CPUIOTLBEntry 'addr' field Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 14/43] cputlb: Pass cpu_transaction_failed() the correct physaddr Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 15/43] CODING_STYLE: Define our preferred form for multiline comments Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 16/43] bswap: Add new stn_*_p() and ldn_*_p() memory access functions Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 17/43] exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read() Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 18/43] exec.c: Use stn_p() and ldn_p() instead of explicit switches Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 19/43] target/arm: Extend vec_reg_offset to larger sizes Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 20/43] target/arm: Implement SVE Permute - Unpredicated Group Peter Maydell
2018-06-15 14:24 ` [Qemu-devel] [PULL 21/43] target/arm: Implement SVE Permute - Predicates Group Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 22/43] target/arm: Implement SVE Permute - Interleaving Group Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 23/43] target/arm: Implement SVE compress active elements Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 24/43] target/arm: Implement SVE conditionally broadcast/extract element Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 25/43] target/arm: Implement SVE copy to vector (predicated) Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 26/43] target/arm: Implement SVE reverse within elements Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 27/43] target/arm: Implement SVE vector splice (predicated) Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 28/43] target/arm: Implement SVE Select Vectors Group Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 29/43] target/arm: Implement SVE Integer Compare - " Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 30/43] target/arm: Implement SVE Integer Compare - Immediate Group Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 31/43] target/arm: Implement SVE Partition Break Group Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 32/43] target/arm: Implement SVE Predicate Count Group Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 33/43] target/arm: Implement SVE Integer Compare - Scalars Group Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 34/43] target/arm: Implement FDUP/DUP Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 35/43] target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 36/43] target/arm: Implement SVE Floating Point Arithmetic " Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 37/43] aspeed_scu: Implement RNG register Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 38/43] m25p80: add support for two bytes WRSR for Macronix chips Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 39/43] iommu: Add IOMMU index concept to IOMMU API Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 40/43] iommu: Add IOMMU index argument to notifier APIs Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 41/43] iommu: Add IOMMU index argument to translate method Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 42/43] exec.c: Handle IOMMUs in address_space_translate_for_iotlb() Peter Maydell
2018-06-15 14:25 ` [Qemu-devel] [PULL 43/43] target/arm: Allow ARMv6-M Thumb2 instructions Peter Maydell
2018-06-15 15:30 ` [Qemu-devel] [PULL 00/43] target-arm queue Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2017-12-13 18:11 Peter Maydell
2017-12-14 15:32 ` Peter Maydell
2016-05-12 13:32 Peter Maydell
2016-05-12 15:33 ` 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=20180615142521.19143-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).