Changes v2->v3:
dropped the aspeed new board patch as it fails in
tests/qom-test on OSX (intermittently).

thanks
-- PMM

The following changes since commit f9bec781379dd7ccf9d01b4b6a79a9ec82c192e5:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191022' into 
staging (2019-10-22 13:45:09 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 90600829b3355b8d27b791b893095c18f529aec3:

  hw/arm/digic4: Inline digic4_board_setup_ram() function (2019-10-22 17:44:01 
+0100)

----------------------------------------------------------------
 * Fix sign-extension for SMLAL* instructions
 * Various ptimer device conversions to new transaction API
 * Add a dummy Samsung SDHCI controller model to exynos4 boards
 * Minor refactorings of RAM creation for some arm boards

----------------------------------------------------------------
Guenter Roeck (1):
      hw/timer/exynos4210_mct: Initialize ptimer before starting it

Peter Maydell (7):
      hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()
      hw/timer/puv3_ost.c: Switch to transaction-based ptimer API
      hw/timer/sh_timer: Switch to transaction-based ptimer API
      hw/timer/lm32_timer: Switch to transaction-based ptimer API
      hw/timer/altera_timer.c: Switch to transaction-based ptimer API
      hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer API
      hw/m68k/mcf5208.c: Switch to transaction-based ptimer API

Philippe Mathieu-Daudé (9):
      hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functions
      hw/sd/sdhci: Add dummy Samsung SDHCI controller
      hw/arm/exynos4210: Use the Samsung s3c SDHCI controller
      hw/arm/xilinx_zynq: Use the IEC binary prefix definitions
      hw/arm/mps2: Use the IEC binary prefix definitions
      hw/arm/collie: Create the RAM in the board
      hw/arm/omap2: Create the RAM in the board
      hw/arm/omap1: Create the RAM in the board
      hw/arm/digic4: Inline digic4_board_setup_ram() function

Richard Henderson (1):
      target/arm: Fix sign-extension for SMLAL*

 hw/arm/strongarm.h        |  4 +--
 include/hw/arm/omap.h     | 10 +++----
 include/hw/sd/sdhci.h     |  2 ++
 hw/arm/collie.c           |  8 ++++--
 hw/arm/digic_boards.c     |  9 ++-----
 hw/arm/exynos4210.c       |  2 +-
 hw/arm/mps2-tz.c          |  3 ++-
 hw/arm/mps2.c             |  3 ++-
 hw/arm/nseries.c          | 10 ++++---
 hw/arm/omap1.c            | 12 ++++-----
 hw/arm/omap2.c            | 13 ++++-----
 hw/arm/omap_sx1.c         |  8 ++++--
 hw/arm/palm.c             |  8 ++++--
 hw/arm/strongarm.c        |  7 +----
 hw/arm/xilinx_zynq.c      |  3 ++-
 hw/m68k/mcf5208.c         |  9 ++++---
 hw/sd/sdhci.c             | 68 ++++++++++++++++++++++++++++++++++++++++++++++-
 hw/timer/altera_timer.c   | 13 ++++++---
 hw/timer/arm_mptimer.c    |  4 +--
 hw/timer/etraxfs_timer.c  | 23 +++++++++-------
 hw/timer/exynos4210_mct.c |  2 +-
 hw/timer/lm32_timer.c     | 13 ++++++---
 hw/timer/puv3_ost.c       |  9 ++++---
 hw/timer/sh_timer.c       | 13 ++++++---
 target/arm/translate.c    |  4 ++-
 25 files changed, 174 insertions(+), 86 deletions(-)

Reply via email to