All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/12] target-arm queue
@ 2020-10-08 14:25 Peter Maydell
  2020-10-08 14:25 ` [PULL 01/12] hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer Peter Maydell
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Peter Maydell @ 2020-10-08 14:25 UTC (permalink / raw)
  To: qemu-devel


The following changes since commit 6eeea6725a70e6fcb5abba0764496bdab07ddfb3:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-06' into staging (2020-10-06 21:13:34 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ba118c26e16a97e6ff6de8184057d3420ce16a23:

  target/arm: Make '-cpu max' have a 48-bit PA (2020-10-08 15:24:32 +0100)

----------------------------------------------------------------
target-arm queue:
 * hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer
 * hw/arm/fsl-imx25: Fix a typo
 * hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
 * hw/arm/sbsa-ref : allocate IRQs for SMMUv3
 * hw/char/bcm2835_aux: Allow less than 32-bit accesses
 * hw/arm/virt: Implement kvm-steal-time
 * target/arm: Make '-cpu max' have a 48-bit PA

----------------------------------------------------------------
Andrew Jones (6):
      linux headers: sync to 5.9-rc7
      target/arm/kvm: Make uncalled stubs explicitly unreachable
      hw/arm/virt: Move post cpu realize check into its own function
      hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
      tests/qtest: Restore aarch64 arm-cpu-features test
      hw/arm/virt: Implement kvm-steal-time

Graeme Gregory (2):
      hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
      hw/arm/sbsa-ref : allocate IRQs for SMMUv3

Peter Maydell (1):
      target/arm: Make '-cpu max' have a 48-bit PA

Philippe Mathieu-Daudé (3):
      hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer
      hw/arm/fsl-imx25: Fix a typo
      hw/char/bcm2835_aux: Allow less than 32-bit accesses

 docs/system/arm/cpu-features.rst |  11 ++++
 include/hw/arm/fsl-imx25.h       |   2 +-
 include/hw/arm/virt.h            |   5 ++
 linux-headers/linux/kvm.h        |   6 ++-
 target/arm/cpu.h                 |   4 ++
 target/arm/kvm_arm.h             |  94 ++++++++++++++++++++++++++-------
 hw/arm/sbsa-ref.c                |   3 +-
 hw/arm/virt.c                    | 110 ++++++++++++++++++++++++++++-----------
 hw/char/bcm2835_aux.c            |   4 +-
 hw/ssi/npcm7xx_fiu.c             |  12 ++---
 target/arm/cpu.c                 |   8 +++
 target/arm/cpu64.c               |   4 ++
 target/arm/kvm.c                 |  16 ++++++
 target/arm/kvm64.c               |  64 +++++++++++++++++++++--
 target/arm/monitor.c             |   2 +-
 tests/qtest/arm-cpu-features.c   |  25 +++++++--
 hw/ssi/trace-events              |   2 +-
 tests/qtest/meson.build          |   3 +-
 18 files changed, 303 insertions(+), 72 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-10-08 14:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 14:25 [PULL 00/12] target-arm queue Peter Maydell
2020-10-08 14:25 ` [PULL 01/12] hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer Peter Maydell
2020-10-08 14:25 ` [PULL 02/12] hw/arm/fsl-imx25: Fix a typo Peter Maydell
2020-10-08 14:25 ` [PULL 03/12] hw/arm/sbsa-ref : Fix SMMUv3 Initialisation Peter Maydell
2020-10-08 14:25 ` [PULL 04/12] hw/arm/sbsa-ref : allocate IRQs for SMMUv3 Peter Maydell
2020-10-08 14:25 ` [PULL 05/12] hw/char/bcm2835_aux: Allow less than 32-bit accesses Peter Maydell
2020-10-08 14:25 ` [PULL 06/12] linux headers: sync to 5.9-rc7 Peter Maydell
2020-10-08 14:25 ` [PULL 07/12] target/arm/kvm: Make uncalled stubs explicitly unreachable Peter Maydell
2020-10-08 14:25 ` [PULL 08/12] hw/arm/virt: Move post cpu realize check into its own function Peter Maydell
2020-10-08 14:25 ` [PULL 09/12] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init Peter Maydell
2020-10-08 14:25 ` [PULL 10/12] tests/qtest: Restore aarch64 arm-cpu-features test Peter Maydell
2020-10-08 14:25 ` [PULL 11/12] hw/arm/virt: Implement kvm-steal-time Peter Maydell
2020-10-08 14:25 ` [PULL 12/12] target/arm: Make '-cpu max' have a 48-bit PA Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.