[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/6] target-arm queue
|
From: |
Peter Maydell |
|
Subject: |
[Qemu-devel] [PULL 0/6] target-arm queue |
|
Date: |
Mon, 25 Mar 2019 14:31:46 +0000 |
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(-)
- [Qemu-devel] [PULL 0/6] target-arm queue,
Peter Maydell <=
- [Qemu-devel] [PULL 1/6] target/arm: Fix non-parallel expansion of CASP, Peter Maydell, 2019/03/25
- [Qemu-devel] [PULL 2/6] nrf51_gpio: reflect pull-up/pull-down to IRQs, Peter Maydell, 2019/03/25
- [Qemu-devel] [PULL 3/6] target/arm: add PCI_TESTDEV back to default config, Peter Maydell, 2019/03/25
- [Qemu-devel] [PULL 4/6] target/arm: fix crash on pmu register access, Peter Maydell, 2019/03/25
- [Qemu-devel] [PULL 6/6] target/arm: make pmccntr_op_start/finish static, Peter Maydell, 2019/03/25
- [Qemu-devel] [PULL 5/6] target/arm: cortex-a7 and cortex-a15 have pmus, Peter Maydell, 2019/03/25
- Re: [Qemu-devel] [PULL 0/6] target-arm queue, Peter Maydell, 2019/03/25