Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102' into staging
target-arm queue:
* target/arm: Fix Neon emulation bugs on big-endian hosts
* target/arm: fix handling of HCR.FB
* target/arm: fix LORID_EL1 access check
* disas/capstone: Fix monitor disassembly of >32 bytes
* hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)
* hw/arm/boot: fix SVE for EL3 direct kernel boot
* hw/display/omap_lcdc: Fix potential NULL pointer dereference
* hw/display/exynos4210_fimd: Fix potential NULL pointer dereference
* target/arm: Get correct MMU index for other-security-state
* configure: Test that gio libs from pkg-config work
* hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work
* docs: Fix building with Sphinx 3
* tests/qtest/npcm7xx_rng-test: Disable randomness tests
# gpg: Signature made Mon 02 Nov 2020 17:09:00 GMT
# gpg: using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
# gpg: issuer "peter.maydell@linaro.org"
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
# gpg: aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
# gpg: aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE
* remotes/pmaydell/tags/pull-target-arm-20201102: (26 commits)
tests/qtest/npcm7xx_rng-test: Disable randomness tests
qemu-option-trace.rst.inc: Don't use option:: markup
scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments
hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work
configure: Test that gio libs from pkg-config work
target/arm: Get correct MMU index for other-security-state
hw/display/exynos4210_fimd: Fix potential NULL pointer dereference
hw/display/omap_lcdc: Fix potential NULL pointer dereference
hw/arm/boot: fix SVE for EL3 direct kernel boot
hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)
disas/capstone: Fix monitor disassembly of >32 bytes
target/arm: fix LORID_EL1 access check
target/arm: fix handling of HCR.FB
target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hosts
target/arm: Fix float16 pairwise Neon ops on big-endian hosts
target/arm: Improve do_prewiden_3d
target/arm: Simplify do_long_3d and do_2scalar_long
target/arm: Rename neon_load_reg64 to vfp_load_reg64
target/arm: Add read/write_neon_element64
target/arm: Rename neon_load_reg32 to vfp_load_reg32
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- configure 9 additions, 1 deletionconfigure
- disas/capstone.c 1 addition, 1 deletiondisas/capstone.c
- docs/qemu-option-trace.rst.inc 3 additions, 3 deletionsdocs/qemu-option-trace.rst.inc
- hw/arm/boot.c 3 additions, 0 deletionshw/arm/boot.c
- hw/arm/smmuv3.c 2 additions, 1 deletionhw/arm/smmuv3.c
- hw/display/exynos4210_fimd.c 3 additions, 1 deletionhw/display/exynos4210_fimd.c
- hw/display/omap_lcdc.c 7 additions, 3 deletionshw/display/omap_lcdc.c
- hw/intc/arm_gicv3_cpuif.c 2 additions, 3 deletionshw/intc/arm_gicv3_cpuif.c
- include/hw/intc/arm_gicv3_common.h 0 additions, 1 deletioninclude/hw/intc/arm_gicv3_common.h
- scripts/kernel-doc 17 additions, 1 deletionscripts/kernel-doc
- target/arm/helper.c 7 additions, 17 deletionstarget/arm/helper.c
- target/arm/m_helper.c 2 additions, 1 deletiontarget/arm/m_helper.c
- target/arm/translate-neon.c.inc 257 additions, 215 deletionstarget/arm/translate-neon.c.inc
- target/arm/translate-vfp.c.inc 144 additions, 197 deletionstarget/arm/translate-vfp.c.inc
- target/arm/translate.c 108 additions, 31 deletionstarget/arm/translate.c
- target/arm/vec_helper.c 6 additions, 6 deletionstarget/arm/vec_helper.c
- tests/qtest/npcm7xx_rng-test.c 10 additions, 4 deletionstests/qtest/npcm7xx_rng-test.c
Loading
Please register or sign in to comment