On Mon, 6 Apr 2020 at 11:12, Peter Maydell <peter.mayd...@linaro.org> wrote: > > A collection of bug fixes for rc2... > > The following changes since commit 146aa0f104bb3bf88e43c4082a0bfc4bbda4fbd8: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' > into staging (2020-04-03 15:30:11 +0100) > > are available in the Git repository at: > > https://git.linaro.org/people/pmaydell/qemu-arm.git > tags/pull-target-arm-20200406 > > for you to fetch changes up to 8893790966d9c964557ad01be4a68ef50696ace8: > > dma/xlnx-zdma: Reorg to fix CUR_DSCR (2020-04-06 10:59:56 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * don't expose "ieee_half" via gdbstub (prevents gdb crashes or errors > with older GDB versions) > * hw/arm/collie: Put StrongARMState* into a CollieMachineState struct > * PSTATE.PAN should not clear exec bits > * hw/gpio/aspeed_gpio.c: Don't directly include assert.h > (fixes compilation on some Windows build scenarios) > * dump: Fix writing of ELF section > * dma/xlnx-zdma: various bug fixes > * target/arm/helperc. delete obsolete TODO comment
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0 for any user-visible changes. -- PMM