qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/28] target-arm queue


From: Peter Maydell
Subject: [Qemu-devel] [PULL 00/28] target-arm queue
Date: Mon, 15 Jun 2015 18:24:30 +0100

Mishmash of target-arm stuff; nothing earth-shaking.

-- PMM


The following changes since commit b500e4db8e3e0b5f41a2dd14e2001200e5fc7d6b:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150615-1' into 
staging (2015-06-15 16:15:32 +0100)

are available in the git repository at:


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

for you to fetch changes up to f264d51d8ad939d7fb339d61a8cf680ed0cb21a2:

  hw/arm/virt-acpi-build: Add SPCR table (2015-06-15 18:06:11 +0100)

----------------------------------------------------------------
target-arm queue:
 * Handle "extended small page" descriptors correctly
 * Use extended address bits from supersection short descriptors
 * Update interrupt status for all cores in gic_update
 * Fix off-by-one in exynos4210_fimd bit-swap code
 * Remove stray unused 'pending_exception' field
 * Add Cortex-A53 KVM support
 * Fix reset value of REVIDR
 * Add AArch32 MIDR aliases for ARMv8 cores
 * MAINTAINERS update for ARM ACPI code
 * Trust the kernel's value of MPIDR if we're using KVM
 * Various pxa2xx device updates to avoid old APIs
 * Mark pxa2xx copro registers as ARM_CP_IO so -icount works
 * Correctly UNDEF Thumb2 DSP insns on Cortex-M3
 * Initial work towards implementing PMSAv7
 * Fix a reset order bug introduced recently
 * Correct "preferred return address" for cpreg access exceptions
 * Add ACPI SPCR table for the virt board

----------------------------------------------------------------
Alex Bennée (1):
      target-arm/cpu.h: remove pending_exception

Andrew Jones (2):
      ACPI: Add definitions for the SPCR table
      hw/arm/virt-acpi-build: Add SPCR table

Aurelio C. Remonda (1):
      target-arm: Add the THUMB_DSP feature

Eric Auger (1):
      hw/arm/boot: fix rom_reset notifier registration order

Johan Karlsson (1):
      arm_gic: gic_update should always update all cores

Pavel Fedin (1):
      target-arm: Use the kernel's idea of MPIDR if we're using KVM

Peter Crosthwaite (7):
      arm: Do not define TLBTR in PMSA systems
      arm: Don't add v7mp registers in MPU systems
      arm: helper: Factor out CP regs common to [pv]msa
      arm: Refactor get_phys_addr FSR return mechanism
      arm: Implement uniprocessor with MP config
      arm: Add has-mpu property
      arm: helper: rename get_phys_addr_mpu

Peter Maydell (8):
      target-arm: Handle "extended small page" descriptors correctly
      hw/display/exynos4210_fimd: Fix bit-swapping code
      hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IO
      hw/arm/pxa2xx: Convert pxa2xx-fir to QOM and VMState
      hw/arm/pxa2xx: Add reset method for pxa2xx_ssp
      hw/arm/pxa2xx: Convert pxa2xx-ssp to VMState
      hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps
      target-arm: Correct "preferred return address" for cpreg access exceptions

Sergey Fedorov (3):
      target-arm: use extended address bits from supersection short descriptor
      target-arm: Fix REVIDR reset value
      target-arm: add AArch32 MIDR aliases in ARMv8

Shannon Zhao (3):
      target-arm/kvm64: Add cortex-a53 cpu support
      hw/arm/virt: Add cortex-a53 cpu support in machine virt
      MAINTAINERS: Add myself as ARM ACPI Subsystem maintainer

 MAINTAINERS                  |   7 ++
 hw/arm/boot.c                |  20 ++--
 hw/arm/pxa2xx.c              | 248 ++++++++++++++++++++++++-------------------
 hw/arm/pxa2xx_pic.c          |   2 +-
 hw/arm/virt-acpi-build.c     |  43 +++++++-
 hw/arm/virt.c                |   7 +-
 hw/display/exynos4210_fimd.c |   2 +-
 hw/intc/arm_gic.c            |   2 +-
 hw/sd/pxa2xx_mmci.c          |  68 ++----------
 include/hw/acpi/acpi-defs.h  |  32 ++++++
 target-arm/cpu-qom.h         |   8 ++
 target-arm/cpu.c             |  29 +++++
 target-arm/cpu.h             |   2 +-
 target-arm/cpu64.c           |   3 +
 target-arm/helper.c          | 212 ++++++++++++++++++++----------------
 target-arm/internals.h       |   3 +-
 target-arm/kvm-consts.h      |   4 +
 target-arm/kvm32.c           |  15 +++
 target-arm/kvm64.c           |  15 +++
 target-arm/op_helper.c       |  11 +-
 target-arm/psci.c            |  19 +++-
 target-arm/translate.c       | 114 ++++++++++++++++++--
 22 files changed, 572 insertions(+), 294 deletions(-)



reply via email to

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