qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] target-arm queue
@ 2016-07-14 16:29 Peter Maydell
  2016-07-14 16:29 ` [Qemu-devel] [PULL 01/11] virtio-mmio: format transport base address in BusClass.get_dev_path Peter Maydell
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Peter Maydell @ 2016-07-14 16:29 UTC (permalink / raw)
  To: qemu-devel

target-arm patch queue. Some bugfixes, some minor features.

thanks
-- PMM

The following changes since commit 22e28174ae423629e57b0d03f4bbf2d1bedcd58f:

  Merge remote-tracking branch 'remotes/xtensa/tags/20160714-xtensa' into staging (2016-07-14 15:57:28 +0100)

are available in the git repository at:


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

for you to fetch changes up to 79a9f323a80b802ca98895d1c2d4aaf23cff815a:

  ast2400: externalize revision numbers (2016-07-14 16:51:39 +0100)

----------------------------------------------------------------
target-arm queue:
 * add virtio-mmio transport base address to device path
   (avoid an assertion failure with multiple virtio-scsi-devices)
 * revert hw/ptimer commit 5a50307 which causes regressions on
   SPARC guests
 * use Neon to accelerate zero-page checking on AArch64 hosts
 * set the MPIDR for TCG to match how KVM does it (and fit with
   GICv2/GICv3 restrictions on SGI target lists)
 * add some missing AArch32 TLBI hypervisor TLB operations
 * m25p80: Fix QIOR/DIOR handling for Winbond
 * hw/misc: fix typo in Aspeed SCU hw-strap2 property name
 * ast2400: pretend DMAs are done for U-boot
 * ast2400: some minor code cleanups

----------------------------------------------------------------
Andrew Jones (2):
      gic: provide defines for v2/v3 targetlist sizes
      hw/arm/virt: tcg: adjust MPIDR like KVM

Cédric Le Goater (4):
      hw/misc: fix typo in Aspeed SCU hw-strap2 property name
      ast2400: replace aspeed_smc_is_implemented()
      ast2400: pretend DMAs are done for U-boot
      ast2400: externalize revision numbers

Dmitry Osipenko (1):
      Revert "hw/ptimer: Perform counter wrap around if timer already expired"

Laszlo Ersek (1):
      virtio-mmio: format transport base address in BusClass.get_dev_path

Marcin Krzeminski (1):
      m25p80: Fix QIOR/DIOR handling for Winbond

Sergey Sorokin (1):
      target-arm: Add missed AArch32 TLBI sytem registers

Vijay (1):
      target-arm: Use Neon for zero checking

 hw/arm/ast2400.c                   |   2 -
 hw/arm/virt.c                      |  25 ++++++-
 hw/block/m25p80.c                  |   6 +-
 hw/core/ptimer.c                   |   9 +--
 hw/misc/aspeed_scu.c               |   6 +-
 hw/ssi/aspeed_smc.c                |  39 +++++------
 hw/virtio/virtio-mmio.c            |  49 +++++++++++++
 include/hw/compat.h                |   6 +-
 include/hw/intc/arm_gic.h          |   3 +
 include/hw/intc/arm_gicv3_common.h |   3 +
 include/hw/misc/aspeed_scu.h       |   5 ++
 target-arm/helper.c                | 139 +++++++++++++++++++++++++++++++++++++
 util/cutils.c                      |   7 ++
 13 files changed, 262 insertions(+), 37 deletions(-)

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

end of thread, other threads:[~2016-07-14 17:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 16:29 [Qemu-devel] [PULL 00/11] target-arm queue Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 01/11] virtio-mmio: format transport base address in BusClass.get_dev_path Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 02/11] Revert "hw/ptimer: Perform counter wrap around if timer already expired" Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 03/11] target-arm: Use Neon for zero checking Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 04/11] gic: provide defines for v2/v3 targetlist sizes Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 05/11] hw/arm/virt: tcg: adjust MPIDR like KVM Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 06/11] target-arm: Add missed AArch32 TLBI sytem registers Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 07/11] m25p80: Fix QIOR/DIOR handling for Winbond Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 08/11] hw/misc: fix typo in Aspeed SCU hw-strap2 property name Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 09/11] ast2400: replace aspeed_smc_is_implemented() Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 10/11] ast2400: pretend DMAs are done for U-boot Peter Maydell
2016-07-14 16:29 ` [Qemu-devel] [PULL 11/11] ast2400: externalize revision numbers Peter Maydell
2016-07-14 17:08 ` [Qemu-devel] [PULL 00/11] target-arm queue Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).