From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Subject: [PULL 00/12] target/arm patch queue
Date: Tue, 2 Nov 2021 06:59:22 -0400 [thread overview]
Message-ID: <20211102105934.214596-1-richard.henderson@linaro.org> (raw)
The following changes since commit dd61b91c080cdfba1360a5ea1e4693fffb3445b0:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-10-29' into staging (2021-10-29 19:42:36 -0700)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-arm-20211102
for you to fetch changes up to 1d3e21e25399367714518d389f3cbc956d27dddf:
hw/arm/virt: Rename default_bus_bypass_iommu (2021-11-01 13:45:26 -0400)
----------------------------------------------------------------
Add nuvoton sd module for NPCM7XX
Add gdb-xml for MVE
More uses of tcg_constant_* in target/arm
Fix parameter naming for default-bus-bypass-iommu
----------------------------------------------------------------
Jean-Philippe Brucker (1):
hw/arm/virt: Rename default_bus_bypass_iommu
Peter Maydell (1):
target/arm: Advertise MVE to gdb when present
Philippe Mathieu-Daudé (5):
target/arm: Use tcg_constant_i32() in op_smlad()
target/arm: Introduce store_cpu_field_constant() helper
target/arm: Use the constant variant of store_cpu_field() when possible
target/arm: Use tcg_constant_i64() in do_sat_addsub_64()
target/arm: Use tcg_constant_i32() in gen_rev16()
Shengtan Mao (5):
hw/sd: add nuvoton MMC
hw/arm: Add Nuvoton SD module to board
hw/arm: Attach MMC to quanta-gbs-bmc
tests/qtest/libqos: add SDHCI commands
tests/qtest: add qtests for npcm7xx sdhci
configs/targets/aarch64-softmmu.mak | 2 +-
configs/targets/arm-linux-user.mak | 2 +-
configs/targets/arm-softmmu.mak | 2 +-
configs/targets/armeb-linux-user.mak | 2 +-
include/hw/arm/npcm7xx.h | 2 +
include/hw/sd/npcm7xx_sdhci.h | 65 +++++++++++
target/arm/translate-a32.h | 3 +
tests/qtest/libqos/sdhci-cmd.h | 70 ++++++++++++
hw/arm/npcm7xx.c | 12 +-
hw/arm/npcm7xx_boards.c | 20 ++++
hw/arm/virt.c | 4 +-
hw/sd/npcm7xx_sdhci.c | 182 ++++++++++++++++++++++++++++++
target/arm/gdbstub.c | 25 +++++
target/arm/translate-sve.c | 17 ++-
target/arm/translate.c | 27 ++---
tests/qtest/libqos/sdhci-cmd.c | 116 +++++++++++++++++++
tests/qtest/npcm7xx_sdhci-test.c | 209 +++++++++++++++++++++++++++++++++++
gdb-xml/arm-m-profile-mve.xml | 19 ++++
hw/sd/meson.build | 1 +
tests/qtest/libqos/meson.build | 1 +
tests/qtest/meson.build | 1 +
21 files changed, 747 insertions(+), 35 deletions(-)
create mode 100644 include/hw/sd/npcm7xx_sdhci.h
create mode 100644 tests/qtest/libqos/sdhci-cmd.h
create mode 100644 hw/sd/npcm7xx_sdhci.c
create mode 100644 tests/qtest/libqos/sdhci-cmd.c
create mode 100644 tests/qtest/npcm7xx_sdhci-test.c
create mode 100644 gdb-xml/arm-m-profile-mve.xml
next reply other threads:[~2021-11-02 11:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-02 10:59 Richard Henderson [this message]
2021-11-02 10:59 ` [PULL 01/12] hw/sd: add nuvoton MMC Richard Henderson
2021-11-02 10:59 ` [PULL 02/12] hw/arm: Add Nuvoton SD module to board Richard Henderson
2021-11-02 10:59 ` [PULL 03/12] hw/arm: Attach MMC to quanta-gbs-bmc Richard Henderson
2021-11-02 10:59 ` [PULL 04/12] tests/qtest/libqos: add SDHCI commands Richard Henderson
2021-11-02 10:59 ` [PULL 05/12] tests/qtest: add qtests for npcm7xx sdhci Richard Henderson
2021-11-02 17:48 ` Philippe Mathieu-Daudé
2021-11-02 10:59 ` [PULL 06/12] target/arm: Advertise MVE to gdb when present Richard Henderson
2021-11-02 10:59 ` [PULL 07/12] target/arm: Use tcg_constant_i32() in op_smlad() Richard Henderson
2021-11-02 10:59 ` [PULL 08/12] target/arm: Introduce store_cpu_field_constant() helper Richard Henderson
2021-11-02 10:59 ` [PULL 09/12] target/arm: Use the constant variant of store_cpu_field() when possible Richard Henderson
2021-11-02 10:59 ` [PULL 10/12] target/arm: Use tcg_constant_i64() in do_sat_addsub_64() Richard Henderson
2021-11-02 10:59 ` [PULL 11/12] target/arm: Use tcg_constant_i32() in gen_rev16() Richard Henderson
2021-11-02 10:59 ` [PULL 12/12] hw/arm/virt: Rename default_bus_bypass_iommu Richard Henderson
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=20211102105934.214596-1-richard.henderson@linaro.org \
--to=richard.henderson@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).