[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, 30 Jul 2018 15:17:42 +0100 |
A set of small bugfixes for arm for 3.0; the "migration was
broken" fixes for SMMUv3 and v7M NVIC with security extensions
are the most significant.
thanks
-- PMM
The following changes since commit 6d9dd5fb9d0e9f4a174f53a0e20a39fbe809c71e:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-07-27-v2'
into staging (2018-07-30 09:55:47 +0100)
are available in the Git repository at:
git://git.linaro.org/people/pmaydell/qemu-arm.git
tags/pull-target-arm-20180730
for you to fetch changes up to 0261fb805c00a6f97d143235e7b06b0906bdf898:
target/arm: Remove duplicate 'host' entry in '-cpu ?' output (2018-07-30
15:07:08 +0100)
----------------------------------------------------------------
target-arm queue:
* arm/smmuv3: Fix broken VM state migration
* armv7m_nvic: Fix broken VM state migration
* hw/arm/sysbus-fdt: Fix assertion in copy_properties_from_host()
* hw/arm/iotkit: Fix IRQ number for timer1
* hw/misc/tz-mpc: Zero the LUT on initialization, not just reset
* target/arm: Remove duplicate 'host' entry in '-cpu ?' output
----------------------------------------------------------------
Dr. David Alan Gilbert (1):
arm/smmuv3: Fix missing VMSD terminator
Geert Uytterhoeven (1):
hw/arm/sysbus-fdt: Fix assertion in copy_properties_from_host()
Peter Maydell (3):
armv7m_nvic: Fix m-security subsection name
hw/arm/iotkit: Fix IRQ number for timer1
hw/misc/tz-mpc: Zero the LUT on initialization, not just reset
Philippe Mathieu-Daudé (1):
target/arm: Remove duplicate 'host' entry in '-cpu ?' output
hw/arm/iotkit.c | 2 +-
hw/arm/smmuv3.c | 1 +
hw/arm/sysbus-fdt.c | 1 +
hw/intc/armv7m_nvic.c | 2 +-
hw/misc/tz-mpc.c | 2 +-
target/arm/helper.c | 6 ------
6 files changed, 5 insertions(+), 9 deletions(-)
- [Qemu-devel] [PULL 0/6] target-arm queue,
Peter Maydell <=
- [Qemu-devel] [PULL 5/6] hw/misc/tz-mpc: Zero the LUT on initialization, not just reset, Peter Maydell, 2018/07/30
- [Qemu-devel] [PULL 3/6] armv7m_nvic: Fix m-security subsection name, Peter Maydell, 2018/07/30
- [Qemu-devel] [PULL 6/6] target/arm: Remove duplicate 'host' entry in '-cpu ?' output, Peter Maydell, 2018/07/30
- [Qemu-devel] [PULL 4/6] hw/arm/iotkit: Fix IRQ number for timer1, Peter Maydell, 2018/07/30
- [Qemu-devel] [PULL 1/6] arm/smmuv3: Fix missing VMSD terminator, Peter Maydell, 2018/07/30
- [Qemu-devel] [PULL 2/6] hw/arm/sysbus-fdt: Fix assertion in copy_properties_from_host(), Peter Maydell, 2018/07/30
- Re: [Qemu-devel] [PULL 0/6] target-arm queue, Peter Maydell, 2018/07/30