qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PULL 00/26] target-arm queue
Date: Tue, 3 Nov 2020 11:36:36 +0000	[thread overview]
Message-ID: <CAFEAcA8PeOXmQoEyCVqNSYPZ9OsPp3z7y+UFXake_wCXCU4XAw@mail.gmail.com> (raw)
In-Reply-To: <20201102171005.30690-1-peter.maydell@linaro.org>

On Mon, 2 Nov 2020 at 17:10, Peter Maydell <peter.maydell@linaro.org> wrote:
>
>
> Small pile of bug fixes for rc1. I've included my patches to get
> our docs building with Sphinx 3, just for convenience...
>
> -- PMM
>
> The following changes since commit b149dea55cce97cb226683d06af61984a1c11e96:
>
>   Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201102' into staging (2020-11-02 10:57:48 +0000)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20201102
>
> for you to fetch changes up to ffb4fbf90a2f63c9cb33e4bb9f854c79bf04ca4a:
>
>   tests/qtest/npcm7xx_rng-test: Disable randomness tests (2020-11-02 16:52:18 +0000)
>
> ----------------------------------------------------------------
> 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


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM


  parent reply	other threads:[~2020-11-03 11:38 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02 17:09 [PULL 00/26] target-arm queue Peter Maydell
2020-11-02 17:09 ` [PULL 01/26] target/arm: Introduce neon_full_reg_offset Peter Maydell
2020-11-02 17:09 ` [PULL 02/26] target/arm: Move neon_element_offset to translate.c Peter Maydell
2020-11-02 17:09 ` [PULL 03/26] target/arm: Use neon_element_offset in neon_load/store_reg Peter Maydell
2020-11-02 17:09 ` [PULL 04/26] target/arm: Use neon_element_offset in vfp_reg_offset Peter Maydell
2020-11-02 17:09 ` [PULL 05/26] target/arm: Add read/write_neon_element32 Peter Maydell
2020-11-02 17:09 ` [PULL 06/26] target/arm: Expand read/write_neon_element32 to all MemOp Peter Maydell
2020-11-02 17:09 ` [PULL 07/26] target/arm: Rename neon_load_reg32 to vfp_load_reg32 Peter Maydell
2020-11-02 17:09 ` [PULL 08/26] target/arm: Add read/write_neon_element64 Peter Maydell
2020-11-02 17:09 ` [PULL 09/26] target/arm: Rename neon_load_reg64 to vfp_load_reg64 Peter Maydell
2020-11-02 17:09 ` [PULL 10/26] target/arm: Simplify do_long_3d and do_2scalar_long Peter Maydell
2020-11-02 17:09 ` [PULL 11/26] target/arm: Improve do_prewiden_3d Peter Maydell
2020-11-02 17:09 ` [PULL 12/26] target/arm: Fix float16 pairwise Neon ops on big-endian hosts Peter Maydell
2020-11-02 17:09 ` [PULL 13/26] target/arm: Fix VUDOT/VSDOT (scalar) " Peter Maydell
2020-11-02 17:09 ` [PULL 14/26] target/arm: fix handling of HCR.FB Peter Maydell
2020-11-02 17:09 ` [PULL 15/26] target/arm: fix LORID_EL1 access check Peter Maydell
2020-11-02 17:09 ` [PULL 16/26] disas/capstone: Fix monitor disassembly of >32 bytes Peter Maydell
2020-11-02 17:09 ` [PULL 17/26] hw/arm/smmuv3: Fix potential integer overflow (CID 1432363) Peter Maydell
2020-11-02 17:09 ` [PULL 18/26] hw/arm/boot: fix SVE for EL3 direct kernel boot Peter Maydell
2020-11-02 17:09 ` [PULL 19/26] hw/display/omap_lcdc: Fix potential NULL pointer dereference Peter Maydell
2020-11-02 17:09 ` [PULL 20/26] hw/display/exynos4210_fimd: " Peter Maydell
2020-11-02 17:10 ` [PULL 21/26] target/arm: Get correct MMU index for other-security-state Peter Maydell
2020-11-02 17:10 ` [PULL 22/26] configure: Test that gio libs from pkg-config work Peter Maydell
2020-11-02 17:10 ` [PULL 23/26] hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work Peter Maydell
2020-11-02 17:10 ` [PULL 24/26] scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments Peter Maydell
2020-11-02 17:10 ` [PULL 25/26] qemu-option-trace.rst.inc: Don't use option:: markup Peter Maydell
2020-11-02 17:10 ` [PULL 26/26] tests/qtest/npcm7xx_rng-test: Disable randomness tests Peter Maydell
2020-11-03 11:36 ` Peter Maydell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-18 13:20 [PULL 00/26] target-arm queue Peter Maydell
2024-07-19  1:26 ` Richard Henderson
2023-09-08 17:05 Peter Maydell
2023-09-11 15:19 ` Stefan Hajnoczi
2023-06-23 12:31 Peter Maydell
2023-06-25  8:25 ` Richard Henderson
2023-01-23 13:35 Peter Maydell
2023-01-23 15:17 ` Peter Maydell
2022-03-02 20:52 Peter Maydell
2022-03-03 19:57 ` Peter Maydell
2022-02-21  9:27 Peter Maydell
2021-05-10 12:25 Peter Maydell
2020-01-30 16:15 Peter Maydell
2020-01-30 19: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=CAFEAcA8PeOXmQoEyCVqNSYPZ9OsPp3z7y+UFXake_wCXCU4XAw@mail.gmail.com \
    --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).