Changes v1->v2: dropped rth's patchset as it causes an assert with the qemu-armeb binary.
I expect I'll do another pullreq at the end of the week. 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-1 for you to fetch changes up to f9c1fe62a16f32c3d6fe34c2856475052b7efdaf: hw/arm/digic4: Inline digic4_board_setup_ram() function (2019-10-22 16:50:38 +0100) ---------------------------------------------------------------- target-arm queue: * Fix sign-extension for SMLAL* instructions * aspeed: Add an AST2600 eval board * 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 ---------------------------------------------------------------- Cédric Le Goater (1): aspeed: Add an AST2600 eval board 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/aspeed.h | 1 + include/hw/arm/omap.h | 10 +++---- include/hw/sd/sdhci.h | 2 ++ hw/arm/aspeed.c | 23 ++++++++++++++++ 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 ++- 27 files changed, 198 insertions(+), 86 deletions(-)
