All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] target-arm queue
@ 2016-01-15 15:23 Peter Maydell
  2016-01-15 15:23 ` [Qemu-devel] [PULL 01/11] target-arm: Use the right MMU index in arm_regime_using_lpae_format Peter Maydell
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Peter Maydell @ 2016-01-15 15:23 UTC (permalink / raw)
  To: qemu-devel

This is the current ARM queue; biggest bit is Andrew's patches to
add dump-guest-memory support. Anyway, 11 patches is enough that we
might as well push the queue out to master...

thanks
-- PMM



The following changes since commit f02ccf53693758b65843264e077f90cf295e7d98:

  disas/libvixl: Really suppress gcc 4.6.3 sign-compare warnings (2016-01-14 17:57:51 +0000)

are available in the git repository at:

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

for you to fetch changes up to 67736a25f86595c8ae174a21d965af5a027884c9:

  ARM: virt: Don't generate RTC ACPI device when using UEFI (2016-01-15 14:55:16 +0000)

----------------------------------------------------------------
target-arm queue:
 * use the right MMU index when handling unaligned accesses
 * xlnx-zynqmp: Add support for high DDR memory regions
 * target-arm: support QMP dump-guest-memory
 * ARM: virt: Don't generate RTC ACPI device when using UEFI

----------------------------------------------------------------
Alistair Francis (1):
      xlnx-zynqmp: Add support for high DDR memory regions

Alvise Rigo (1):
      target-arm: Use the right MMU index in arm_regime_using_lpae_format

Andrew Jones (8):
      qapi-schema: dump-guest-memory: Improve text
      dump: qemunotes aren't commonly needed
      dump: allow target to set the page size
      dump: allow target to set the physical base
      target-arm: support QMP dump-guest-memory
      target-arm: dump-guest-memory: add prfpreg notes for aarch64
      elf: add arm note types
      target-arm: dump-guest-memory: add vfp notes for arm

Shannon Zhao (1):
      ARM: virt: Don't generate RTC ACPI device when using UEFI

 dump.c                       | 131 ++++++++++-------
 hw/arm/virt-acpi-build.c     |  24 +---
 hw/arm/xlnx-ep108.c          |  40 +++---
 hw/arm/xlnx-zynqmp.c         |  37 +++++
 include/elf.h                |   5 +
 include/hw/arm/xlnx-zynqmp.h |  12 ++
 include/sysemu/dump-arch.h   |   9 +-
 include/sysemu/dump.h        |  11 +-
 qapi-schema.json             |   4 +-
 qom/cpu.c                    |   4 +-
 target-arm/Makefile.objs     |   3 +-
 target-arm/arch_dump.c       | 336 +++++++++++++++++++++++++++++++++++++++++++
 target-arm/cpu-qom.h         |   5 +
 target-arm/cpu.c             |   2 +
 target-arm/helper.c          |  12 +-
 target-arm/internals.h       |   5 +-
 target-arm/op_helper.c       |   2 +-
 target-ppc/arch_dump.c       |   6 -
 target-ppc/cpu-qom.h         |   2 -
 target-ppc/translate_init.c  |   1 -
 target-s390x/arch_dump.c     |   6 -
 target-s390x/cpu-qom.h       |   2 -
 target-s390x/cpu.c           |   1 -
 23 files changed, 528 insertions(+), 132 deletions(-)
 create mode 100644 target-arm/arch_dump.c

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [Qemu-devel] [PULL 00/11] target-arm queue
@ 2016-07-14 16:29 Peter Maydell
  2016-07-14 17:08 ` Peter Maydell
  0 siblings, 1 reply; 17+ 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] 17+ messages in thread
* [Qemu-devel] [PULL 00/11] target-arm queue
@ 2018-07-09 13:54 Peter Maydell
  2018-07-09 17:29 ` Peter Maydell
  0 siblings, 1 reply; 17+ messages in thread
From: Peter Maydell @ 2018-07-09 13:54 UTC (permalink / raw)
  To: qemu-devel

Hi; this target-arm pull request has a collection of generally
fairly minor bugs to sneak in before 3.0 rc0 tomorrow...

thanks
-- PMM

The following changes since commit a98ff0ec2ba3538dd766b349518ee18d03942ed8:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180709' into staging (2018-07-09 11:00:45 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8fad0a65582c0a6e324580f45516461e9b6aa439:

  hw/net/dp8393x: don't make prom region 'nomigrate' (2018-07-09 14:51:35 +0100)

----------------------------------------------------------------
target-arm queue:
 * hw/net/dp8393x: don't make prom region 'nomigrate'
 * boards.h: Remove doc comment reference to nonexistent function
 * hw/sd/omap_mmc: Split 'pseudo-reset' from 'power-on-reset'
 * target/arm: Fix do_predset for large VL
 * tcg: Restrict check_size_impl to multiples of the line size
 * target/arm: Suppress Coverity warning for PRF
 * hw/timer/cmsdk-apb-timer: fix minor corner-case bugs and
   suppress spurious warnings when running Linux's timer driver
 * hw/arm/smmu-common: Fix devfn computation in smmu_iommu_mr

----------------------------------------------------------------
Eric Auger (1):
      hw/arm/smmu-common: Fix devfn computation in smmu_iommu_mr

Guenter Roeck (1):
      hw/timer/cmsdk-apb-timer: Correctly identify and set one-shot mode

Peter Maydell (5):
      ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy option
      hw/timer/cmsdk-apb-timer: Correct ptimer policy settings
      hw/timer/cmsdk-apb-timer: run or stop timer on writes to RELOAD and VALUE
      boards.h: Remove doc comment reference to nonexistent function
      hw/net/dp8393x: don't make prom region 'nomigrate'

Philippe Mathieu-Daudé (1):
      hw/sd/omap_mmc: Split 'pseudo-reset' from 'power-on-reset'

Richard Henderson (3):
      target/arm: Suppress Coverity warning for PRF
      tcg: Restrict check_size_impl to multiples of the line size
      target/arm: Fix do_predset for large VL

 include/hw/arm/smmu-common.h |  1 +
 include/hw/boards.h          |  3 +--
 include/hw/ptimer.h          |  9 +++++++++
 hw/arm/smmu-common.c         |  2 +-
 hw/core/ptimer.c             | 22 +++++++++++++++++++++-
 hw/net/dp8393x.c             |  2 +-
 hw/sd/omap_mmc.c             | 14 +++++++++++---
 hw/timer/cmsdk-apb-timer.c   | 20 ++++++++++++++++++--
 target/arm/translate-sve.c   | 14 ++++----------
 tcg/tcg-op-gvec.c            |  7 +++++--
 tests/ptimer-test.c          | 25 +++++++++++++++++++------
 11 files changed, 91 insertions(+), 28 deletions(-)

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

end of thread, other threads:[~2018-07-09 17:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-15 15:23 [Qemu-devel] [PULL 00/11] target-arm queue Peter Maydell
2016-01-15 15:23 ` [Qemu-devel] [PULL 01/11] target-arm: Use the right MMU index in arm_regime_using_lpae_format Peter Maydell
2016-01-15 15:23 ` [Qemu-devel] [PULL 02/11] xlnx-zynqmp: Add support for high DDR memory regions Peter Maydell
2016-01-15 15:23 ` [Qemu-devel] [PULL 03/11] qapi-schema: dump-guest-memory: Improve text Peter Maydell
2016-01-15 15:23 ` [Qemu-devel] [PULL 04/11] dump: qemunotes aren't commonly needed Peter Maydell
2016-01-15 15:23 ` [Qemu-devel] [PULL 05/11] dump: allow target to set the page size Peter Maydell
2016-01-15 15:24 ` [Qemu-devel] [PULL 06/11] dump: allow target to set the physical base Peter Maydell
2016-01-15 15:24 ` [Qemu-devel] [PULL 07/11] target-arm: support QMP dump-guest-memory Peter Maydell
2016-01-15 15:24 ` [Qemu-devel] [PULL 08/11] target-arm: dump-guest-memory: add prfpreg notes for aarch64 Peter Maydell
2016-01-15 15:24 ` [Qemu-devel] [PULL 09/11] elf: add arm note types Peter Maydell
2016-01-15 15:24 ` [Qemu-devel] [PULL 10/11] target-arm: dump-guest-memory: add vfp notes for arm Peter Maydell
2016-01-15 15:24 ` [Qemu-devel] [PULL 11/11] ARM: virt: Don't generate RTC ACPI device when using UEFI Peter Maydell
2016-01-15 17:01 ` [Qemu-devel] [PULL 00/11] target-arm queue Peter Maydell
2016-07-14 16:29 Peter Maydell
2016-07-14 17:08 ` Peter Maydell
2018-07-09 13:54 Peter Maydell
2018-07-09 17:29 ` 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.