mbox

[PULL,0/6] target-arm queue

Message ID 20190325143152.9981-1-peter.maydell@linaro.org
State New
Headers show

Pull-request

https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190325

Message

Peter Maydell March 25, 2019, 2:31 p.m. UTC
A small set of arm bugfixes for rc1 tomorrow.

thanks
-- PMM

The following changes since commit c442b7b4a7ae8696bcdf46091d781bd9052731be:

  Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into staging (2019-03-25 07:59:40 +0000)

are available in the Git repository at:

  https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190325

for you to fetch changes up to f2b2f53f6429b5abd7cd86bd65747f5f13e195eb:

  target/arm: make pmccntr_op_start/finish static (2019-03-25 14:16:47 +0000)

----------------------------------------------------------------
target-arm queue:
 * Fix non-parallel expansion of CASP
 * nrf51_gpio: reflect pull-up/pull-down to IRQs
 * Fix crash if guest tries to enable non-existent PMU counters
 * Add PMUv2 to the Cortex-A15 and Cortex-A7
 * Make pmccntr_op_start/finish static

----------------------------------------------------------------
Andrew Jones (4):
      target/arm: add PCI_TESTDEV back to default config
      target/arm: fix crash on pmu register access
      target/arm: cortex-a7 and cortex-a15 have pmus
      target/arm: make pmccntr_op_start/finish static

Paolo Bonzini (1):
      nrf51_gpio: reflect pull-up/pull-down to IRQs

Richard Henderson (1):
      target/arm: Fix non-parallel expansion of CASP

 target/arm/cpu.h                | 11 -------
 hw/gpio/nrf51_gpio.c            | 65 +++++++++++++++++++++++++----------------
 target/arm/cpu.c                |  3 ++
 target/arm/helper.c             |  8 +++--
 target/arm/translate-a64.c      |  2 +-
 default-configs/arm-softmmu.mak |  1 +
 6 files changed, 51 insertions(+), 39 deletions(-)

Comments

Peter Maydell March 25, 2019, 5 p.m. UTC | #1
On Mon, 25 Mar 2019 at 14:31, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> A small set of arm bugfixes for rc1 tomorrow.
>
> thanks
> -- PMM
>
> The following changes since commit c442b7b4a7ae8696bcdf46091d781bd9052731be:
>
>   Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into staging (2019-03-25 07:59:40 +0000)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190325
>
> for you to fetch changes up to f2b2f53f6429b5abd7cd86bd65747f5f13e195eb:
>
>   target/arm: make pmccntr_op_start/finish static (2019-03-25 14:16:47 +0000)
>
> ----------------------------------------------------------------
> target-arm queue:
>  * Fix non-parallel expansion of CASP
>  * nrf51_gpio: reflect pull-up/pull-down to IRQs
>  * Fix crash if guest tries to enable non-existent PMU counters
>  * Add PMUv2 to the Cortex-A15 and Cortex-A7
>  * Make pmccntr_op_start/finish static
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM