mbox series

[PULL,0/6] target-arm queue

Message ID 20180730141748.430-1-peter.maydell@linaro.org
Headers show
Series target-arm queue | expand

Message

Peter Maydell July 30, 2018, 2:17 p.m. UTC
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(-)

Comments

Peter Maydell July 30, 2018, 6:11 p.m. UTC | #1
On 30 July 2018 at 15:17, Peter Maydell <peter.maydell@linaro.org> wrote:
> 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

>

> ----------------------------------------------------------------


Applied, thanks.

-- PMM