[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/5] target-arm queue
From: |
Peter Maydell |
Subject: |
[Qemu-devel] [PULL 0/5] target-arm queue |
Date: |
Fri, 15 Mar 2019 11:39:01 +0000 |
A last arm pullreq before rc0. This is mostly bug fixes,
though you could call adding the missing local timer
support to bcm2836_control a new feature I suppose --
in any case it's a small and localised change.
thanks
-- PMM
The following changes since commit 7074ab12c81a1b2b1e0e1c40983f56b2c5ccc494:
Merge remote-tracking branch
'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2019-03-14
16:19:37 +0000)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git
tags/pull-target-arm-20190315
for you to fetch changes up to 5de56742a3c91de3d646326bec43a989bba83ca4:
target/arm: Check access permission to ADDVL/ADDPL/RDVL (2019-03-15 11:12:29
+0000)
----------------------------------------------------------------
target-arm queue:
* Add missing SVE-enabled check to ADDVL/ADDPL/RDVL
* virt-acpi-build: use PCIE_MMCFG_BUS to retrieve end_bus_number
* virt-acpi-build: Fix SMMUv3 GSIV values
* Allow EL0 to write to arch timer registers, not just read them
* bcm2836_control: Implement local timer
----------------------------------------------------------------
Amir Charif (1):
target/arm: Check access permission to ADDVL/ADDPL/RDVL
Dongjiu Geng (1):
target/arm: change arch timer registers access permission
Eric Auger (1):
hw/arm/virt-acpi-build: Fix SMMUv3 GSIV values
Wei Yang (1):
hw/arm/virt-acpi-build: use PCIE_MMCFG_BUS to retrieve end_bus_number
Zoltán Baldaszti (1):
hw/intc/bcm2836_control: Implement local timer
include/hw/intc/bcm2836_control.h | 9 ++++
hw/arm/virt-acpi-build.c | 6 +--
hw/intc/bcm2836_control.c | 101 +++++++++++++++++++++++++++++++++++++-
target/arm/helper.c | 30 +++++------
target/arm/translate-sve.c | 22 ++++++---
5 files changed, 140 insertions(+), 28 deletions(-)
- [Qemu-devel] [PULL 0/5] target-arm queue,
Peter Maydell <=
- Re: [Qemu-devel] [PULL 0/5] target-arm queue, Peter Maydell, 2019/03/15
- [Qemu-devel] [PULL 3/5] target/arm: change arch timer registers access permission, Peter Maydell, 2019/03/15
- [Qemu-devel] [PULL 5/5] target/arm: Check access permission to ADDVL/ADDPL/RDVL, Peter Maydell, 2019/03/15
- [Qemu-devel] [PULL 1/5] hw/intc/bcm2836_control: Implement local timer, Peter Maydell, 2019/03/15
- [Qemu-devel] [PULL 4/5] hw/arm/virt-acpi-build: use PCIE_MMCFG_BUS to retrieve end_bus_number, Peter Maydell, 2019/03/15
- [Qemu-devel] [PULL 2/5] hw/arm/virt-acpi-build: Fix SMMUv3 GSIV values, Peter Maydell, 2019/03/15