qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/9] target-arm queue


From: Peter Maydell
Subject: [Qemu-devel] [PULL 0/9] target-arm queue
Date: Fri, 28 Oct 2016 15:59:15 +0100

Mostly just bugfixes that accumulated over the course of
the week; the only new feature in here is the 'pmu'
property patches for the virt board.

thanks
-- PMM


The following changes since commit fd209e4a773dd5a7fea79eaaffd276ebcb99e92a:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into 
staging (2016-10-28 14:29:50 +0100)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git 
tags/pull-target-arm-20161028

for you to fetch changes up to d26a10e232eb18bf9e32dc2366231715bfd1d5b4:

  hw/arm/tosa: Fix reset handling (2016-10-28 15:51:27 +0100)

----------------------------------------------------------------
target-arm queue:
 * Fix reset GPIO handling for spitz, tosa boards
 * virt: add 'pmu' property for configuring whether to expose the
   vPMU to the guest
 * char: cadence: correct reset value for baud rate registers
 * versatilepb: do not run if user asks for more than 256MB RAM
 * pxa2xx: Set value default values for CCCR and CKEN on PXA255
 * arm: cubieboard: Add support for initrd
 * i.MX: Fix GPIO ISR register write

----------------------------------------------------------------
Guenter Roeck (5):
      i.MX: Fix GPIO ISR register write
      arm: cubieboard: Add support for initrd
      hw/arm/pxa2xx: Set value default values for CCCR and CKEN on PXA255
      hw/arm/spitz: Fix reset handling
      hw/arm/tosa: Fix reset handling

Jean-Christophe Dubois (1):
      versatilepb: do not run if user asks for more than 256MB RAM

Prasad J Pandit (1):
      char: cadence: correct reset value for baud rate registers

Wei Huang (2):
      arm: Add an option to turn on/off vPMU support
      arm: virt: add PMU property to mach-virt machine type

 hw/arm/cubieboard.c      |  1 +
 hw/arm/pxa2xx.c          |  4 +++-
 hw/arm/spitz.c           | 13 ++++++++++++-
 hw/arm/tosa.c            | 12 +++++++++++-
 hw/arm/versatilepb.c     |  9 +++++++++
 hw/arm/virt-acpi-build.c |  2 +-
 hw/arm/virt.c            |  9 ++++++++-
 hw/char/cadence_uart.c   |  3 ++-
 hw/gpio/imx_gpio.c       |  2 +-
 target-arm/cpu.c         | 15 +++++++++++++++
 target-arm/cpu.h         |  1 +
 target-arm/cpu64.c       |  2 ++
 target-arm/kvm64.c       | 17 ++++++++++++++---
 13 files changed, 80 insertions(+), 10 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]