qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/43] target-arm queue
@ 2017-12-13 18:11 Peter Maydell
  2017-12-13 18:11 ` [Qemu-devel] [PULL 01/43] m25p80: Add support for continuous read out of RDSR and READ_FSR Peter Maydell
                   ` (43 more replies)
  0 siblings, 44 replies; 49+ messages in thread
From: Peter Maydell @ 2017-12-13 18:11 UTC (permalink / raw)
  To: qemu-devel

First arm pullreq for the 2.12 cycle, with all the
things that queued up during the release phase.
2.11 isn't quite released yet, but might as well put
the pullreq on the mailing list :-)

thanks
-- PMM

The following changes since commit 0a0dc59d27527b78a195c2d838d28b7b49e5a639:

  Update version for v2.11.0 release (2017-12-13 14:31:09 +0000)

are available in the git repository at:

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

for you to fetch changes up to d3c348b6e3af3598bfcb755d59f8f4de80a2228a:

  xilinx_spips: Use memset instead of a for loop to zero registers (2017-12-13 17:59:26 +0000)

----------------------------------------------------------------
target-arm queue:
 * xilinx_spips: set reset values correctly
 * MAINTAINERS: fix an email address
 * hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOS
 * nvic: Make systick banked for v8M
 * refactor get_phys_addr() so we can return the right format PAR
   for ATS operations
 * implement v8M TT instruction
 * fix some minor v8M bugs
 * Implement reset for GICv3 ITS
 * xlnx-zcu102: Add support for the ZynqMP QSPI

----------------------------------------------------------------
Alistair Francis (3):
      xilinx_spips: Update the QSPI Mod ID reset value
      xilinx_spips: Set all of the reset values
      xilinx_spips: Use memset instead of a for loop to zero registers

Edgar E. Iglesias (1):
      target/arm: Extend PAR format determination

Eric Auger (4):
      hw/intc/arm_gicv3_its: Don't call post_load on reset
      hw/intc/arm_gicv3_its: Implement a minimalist reset
      linux-headers: update to 4.15-rc1
      hw/intc/arm_gicv3_its: Implement full reset

Francisco Iglesias (13):
      m25p80: Add support for continuous read out of RDSR and READ_FSR
      m25p80: Add support for SST READ ID 0x90/0xAB commands
      m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)
      m25p80: Add support for n25q512a11 and n25q512a13
      xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClass
      xilinx_spips: Update striping to be big-endian bit order
      xilinx_spips: Add support for RX discard and RX drain
      xilinx_spips: Make tx/rx_data_bytes more generic and reusable
      xilinx_spips: Add support for zero pumping
      xilinx_spips: Add support for 4 byte addresses in the LQSPI
      xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd done
      xilinx_spips: Add support for the ZynqMP Generic QSPI
      xlnx-zcu102: Add support for the ZynqMP QSPI

Peter Maydell (20):
      target/arm: Handle SPSEL and current stack being out of sync in MSP/PSP reads
      target/arm: Allow explicit writes to CONTROL.SPSEL in Handler mode
      target/arm: Add missing M profile case to regime_is_user()
      target/arm: Split M profile MNegPri mmu index into user and priv
      target/arm: Create new arm_v7m_mmu_idx_for_secstate_and_priv()
      target/arm: Factor MPU lookup code out of get_phys_addr_pmsav8()
      target/arm: Implement TT instruction
      target/arm: Provide fault type enum and FSR conversion functions
      target/arm: Remove fsr argument from arm_ld*_ptw()
      target/arm: Convert get_phys_addr_v5() to not return FSC values
      target/arm: Convert get_phys_addr_v6() to not return FSC values
      target/arm: Convert get_phys_addr_lpae() to not return FSC values
      target/arm: Convert get_phys_addr_pmsav5() to not return FSC values
      target/arm: Convert get_phys_addr_pmsav7() to not return FSC values
      target/arm: Convert get_phys_addr_pmsav8() to not return FSC values
      target/arm: Use ARMMMUFaultInfo in deliver_fault()
      target/arm: Ignore fsr from get_phys_addr() in do_ats_write()
      target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()
      nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion
      nvic: Make systick banked

Prasad J Pandit (1):
      hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOS

Zhaoshenglong (1):
      MAINTAINERS: replace the unavailable email address

 include/hw/arm/xlnx-zynqmp.h                       |   5 +
 include/hw/intc/armv7m_nvic.h                      |   4 +-
 include/hw/ssi/xilinx_spips.h                      |  74 +-
 include/standard-headers/asm-s390/virtio-ccw.h     |   1 +
 include/standard-headers/asm-x86/hyperv.h          | 394 +--------
 include/standard-headers/linux/input-event-codes.h |   2 +
 include/standard-headers/linux/input.h             |   1 +
 include/standard-headers/linux/pci_regs.h          |  45 +-
 linux-headers/asm-arm/kvm.h                        |   8 +
 linux-headers/asm-arm/kvm_para.h                   |   1 +
 linux-headers/asm-arm/unistd.h                     |   2 +
 linux-headers/asm-arm64/kvm.h                      |   8 +
 linux-headers/asm-arm64/unistd.h                   |   1 +
 linux-headers/asm-powerpc/epapr_hcalls.h           |   1 +
 linux-headers/asm-powerpc/kvm.h                    |   1 +
 linux-headers/asm-powerpc/kvm_para.h               |   1 +
 linux-headers/asm-powerpc/unistd.h                 |   1 +
 linux-headers/asm-s390/kvm.h                       |   1 +
 linux-headers/asm-s390/kvm_para.h                  |   1 +
 linux-headers/asm-s390/unistd.h                    |   4 +-
 linux-headers/asm-x86/kvm.h                        |   1 +
 linux-headers/asm-x86/kvm_para.h                   |   2 +-
 linux-headers/asm-x86/unistd.h                     |   1 +
 linux-headers/linux/kvm.h                          |   2 +
 linux-headers/linux/kvm_para.h                     |   1 +
 linux-headers/linux/psci.h                         |   1 +
 linux-headers/linux/userfaultfd.h                  |   1 +
 linux-headers/linux/vfio.h                         |   1 +
 linux-headers/linux/vfio_ccw.h                     |   1 +
 linux-headers/linux/vhost.h                        |   1 +
 target/arm/cpu.h                                   |  73 +-
 target/arm/helper.h                                |   2 +
 target/arm/internals.h                             | 193 ++++-
 hw/arm/xlnx-zcu102.c                               |  23 +
 hw/arm/xlnx-zynqmp.c                               |  26 +
 hw/block/m25p80.c                                  |  80 +-
 hw/display/tc6393xb.c                              |   1 +
 hw/intc/arm_gicv3_its_common.c                     |   2 -
 hw/intc/arm_gicv3_its_kvm.c                        |  53 +-
 hw/intc/armv7m_nvic.c                              | 100 ++-
 hw/ssi/xilinx_spips.c                              | 928 +++++++++++++++++----
 target/arm/helper.c                                | 489 +++++++----
 target/arm/op_helper.c                             |  82 +-
 target/arm/translate.c                             |  37 +-
 MAINTAINERS                                        |   2 +-
 default-configs/arm-softmmu.mak                    |   2 +-
 46 files changed, 1833 insertions(+), 828 deletions(-)

^ permalink raw reply	[flat|nested] 49+ messages in thread
* [Qemu-devel] [PULL 00/43] target-arm queue
@ 2018-06-15 14:24 Peter Maydell
  2018-06-15 15:30 ` Peter Maydell
  0 siblings, 1 reply; 49+ messages in thread
From: Peter Maydell @ 2018-06-15 14:24 UTC (permalink / raw)
  To: qemu-devel

target-arm queue; this one has a fair scattering of more
miscellaneous things in it which I've sent out this week.
I've shoved those in as well as it seemed the least-effort
way of getting them into master; a few of them are dependencies
on arm-related patches I have brewing.

thanks
-- PMM


The following changes since commit 2702c2d3eb74e3908c0c5dbf3a71c8987595a86e:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-updates-140618-1' into staging (2018-06-15 12:49:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 14120108f87b3f9e1beacdf0a6096e464e62bb65:

  target/arm: Allow ARMv6-M Thumb2 instructions (2018-06-15 15:23:34 +0100)

----------------------------------------------------------------
target-arm and miscellaneous queue:
 * fix KVM state save/restore for GICv3 priority registers for high IRQ numbers
 * hw/arm/mps2-tz: Put ethernet controller behind PPC
 * hw/sh/sh7750: Convert away from old_mmio
 * hw/m68k/mcf5206: Convert away from old_mmio
 * hw/block/pflash_cfi02: Convert away from old_mmio
 * hw/watchdog/wdt_i6300esb: Convert away from old_mmio
 * hw/input/pckbd: Convert away from old_mmio
 * hw/char/parallel: Convert away from old_mmio
 * armv7m: refactor to get rid of armv7m_init() function
 * arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
 * hw/core/or-irq: Support more than 16 inputs to an OR gate
 * cpu-defs.h: Document CPUIOTLBEntry 'addr' field
 * cputlb: Pass cpu_transaction_failed() the correct physaddr
 * CODING_STYLE: Define our preferred form for multiline comments
 * Add and use new stn_*_p() and ldn_*_p() memory access functions
 * target/arm: More parts of the upcoming SVE support
 * aspeed_scu: Implement RNG register
 * m25p80: add support for two bytes WRSR for Macronix chips
 * exec.c: Handle IOMMUs being in the path of TCG CPU memory accesses
 * target/arm: Allow ARMv6-M Thumb2 instructions

----------------------------------------------------------------
Cédric Le Goater (1):
      m25p80: add support for two bytes WRSR for Macronix chips

Joel Stanley (1):
      aspeed_scu: Implement RNG register

Julia Suvorova (1):
      target/arm: Allow ARMv6-M Thumb2 instructions

Peter Maydell (21):
      hw/arm/mps2-tz: Put ethernet controller behind PPC
      hw/sh/sh7750: Convert away from old_mmio
      hw/m68k/mcf5206: Convert away from old_mmio
      hw/block/pflash_cfi02: Convert away from old_mmio
      hw/watchdog/wdt_i6300esb: Convert away from old_mmio
      hw/input/pckbd: Convert away from old_mmio
      hw/char/parallel: Convert away from old_mmio
      stellaris: Stop using armv7m_init()
      hw/arm/armv7m: Remove unused armv7m_init() function
      arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
      hw/core/or-irq: Support more than 16 inputs to an OR gate
      cpu-defs.h: Document CPUIOTLBEntry 'addr' field
      cputlb: Pass cpu_transaction_failed() the correct physaddr
      CODING_STYLE: Define our preferred form for multiline comments
      bswap: Add new stn_*_p() and ldn_*_p() memory access functions
      exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()
      exec.c: Use stn_p() and ldn_p() instead of explicit switches
      iommu: Add IOMMU index concept to IOMMU API
      iommu: Add IOMMU index argument to notifier APIs
      iommu: Add IOMMU index argument to translate method
      exec.c: Handle IOMMUs in address_space_translate_for_iotlb()

Richard Henderson (18):
      target/arm: Extend vec_reg_offset to larger sizes
      target/arm: Implement SVE Permute - Unpredicated Group
      target/arm: Implement SVE Permute - Predicates Group
      target/arm: Implement SVE Permute - Interleaving Group
      target/arm: Implement SVE compress active elements
      target/arm: Implement SVE conditionally broadcast/extract element
      target/arm: Implement SVE copy to vector (predicated)
      target/arm: Implement SVE reverse within elements
      target/arm: Implement SVE vector splice (predicated)
      target/arm: Implement SVE Select Vectors Group
      target/arm: Implement SVE Integer Compare - Vectors Group
      target/arm: Implement SVE Integer Compare - Immediate Group
      target/arm: Implement SVE Partition Break Group
      target/arm: Implement SVE Predicate Count Group
      target/arm: Implement SVE Integer Compare - Scalars Group
      target/arm: Implement FDUP/DUP
      target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
      target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group

Shannon Zhao (1):
      arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_IPRIORITYR

 include/exec/cpu-all.h      |    4 +
 include/exec/cpu-defs.h     |    9 +
 include/exec/exec-all.h     |   16 +-
 include/exec/memory.h       |   65 +-
 include/hw/arm/arm.h        |    8 +-
 include/hw/or-irq.h         |    5 +-
 include/qemu/bswap.h        |   52 ++
 include/qom/cpu.h           |    3 +
 target/arm/helper-sve.h     |  294 +++++++++
 target/arm/helper.h         |   19 +
 target/arm/translate-a64.h  |   26 +-
 accel/tcg/cputlb.c          |   59 +-
 exec.c                      |  263 ++++----
 hw/alpha/typhoon.c          |    3 +-
 hw/arm/armv7m.c             |   28 +-
 hw/arm/mps2-tz.c            |   32 +-
 hw/arm/smmuv3.c             |    2 +-
 hw/arm/stellaris.c          |   12 +-
 hw/block/m25p80.c           |    1 +
 hw/block/pflash_cfi02.c     |   97 +--
 hw/char/parallel.c          |   50 +-
 hw/core/or-irq.c            |   39 +-
 hw/dma/rc4030.c             |    2 +-
 hw/i386/amd_iommu.c         |    2 +-
 hw/i386/intel_iommu.c       |    8 +-
 hw/input/pckbd.c            |   14 +-
 hw/intc/arm_gicv3_kvm.c     |   18 +-
 hw/intc/armv7m_nvic.c       |    6 +-
 hw/m68k/mcf5206.c           |   48 +-
 hw/misc/aspeed_scu.c        |   20 +
 hw/ppc/spapr_iommu.c        |    5 +-
 hw/s390x/s390-pci-bus.c     |    2 +-
 hw/s390x/s390-pci-inst.c    |    4 +-
 hw/sh4/sh7750.c             |   44 +-
 hw/sparc/sun4m_iommu.c      |    3 +-
 hw/sparc64/sun4u_iommu.c    |    2 +-
 hw/vfio/common.c            |    6 +-
 hw/virtio/vhost.c           |    7 +-
 hw/watchdog/wdt_i6300esb.c  |   48 +-
 memory.c                    |   33 +-
 target/arm/cpu.c            |   18 +
 target/arm/sve_helper.c     | 1250 +++++++++++++++++++++++++++++++++++++
 target/arm/translate-sve.c  | 1458 +++++++++++++++++++++++++++++++++++++++++++
 target/arm/translate.c      |   43 +-
 target/arm/vec_helper.c     |   69 ++
 CODING_STYLE                |   17 +
 docs/devel/loads-stores.rst |   15 +
 target/arm/sve.decode       |  248 ++++++++
 48 files changed, 4114 insertions(+), 363 deletions(-)

^ permalink raw reply	[flat|nested] 49+ messages in thread
* [Qemu-devel] [PULL 00/43] target-arm queue
@ 2016-05-12 13:32 Peter Maydell
  2016-05-12 15:33 ` Peter Maydell
  0 siblings, 1 reply; 49+ messages in thread
From: Peter Maydell @ 2016-05-12 13:32 UTC (permalink / raw)
  To: qemu-devel

Big fat pullreq of accumulated ARM patches. There are some more
things on my to-review queue still but this is plenty for
one pull request...


The following changes since commit 26617924e9a329bdff81936d2d277983f0c4d372:

  Open 2.7 development tree (2016-05-12 12:35:25 +0100)

are available in the git repository at:

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

for you to fetch changes up to 0bc91ab3bb70f836d5a7a3ef6f800ef8c22e936f:

  hw/arm: QOM'ify versatilepb.c (2016-05-12 13:42:12 +0100)

----------------------------------------------------------------
target-arm queue:
 * blizzard, omap_lcdc: code cleanup to remove DEPTH != 32 dead code
 * QOMify various ARM devices
 * bcm2835_property: use cached values when querying framebuffer
 * hw/arm/nseries: don't allocate large sized array on the stack
 * fix LPAE descriptor address masking (only visible for EL2)
 * fix stage 2 exec permission handling for AArch32
 * first part of supporting syndrome info for data aborts to EL2
 * virt: NUMA support
 * work towards i.MX6 support
 * avoid unnecessary TLB flush on TCR_EL2, TCR_EL3 writes

----------------------------------------------------------------
Edgar E. Iglesias (4):
      tcg: Add tcg_set_insn_param
      gen-icount: Use tcg_set_insn_param
      target-arm/translate-a64.c: Use extract32 in disas_ldst_reg_imm9
      target-arm/translate-a64.c: Unify some of the ldst_reg decoding

Jean-Christophe DUBOIS (6):
      ARM: Factor out ARM on/off PSCI control functions
      i.MX: Add i.MX6 System Reset Controller device.
      FIFO: Add a FIFO32 implementation
      i.MX: Add the Freescale SPI Controller
      i.MX: Add i.MX6 SOC implementation.
      i.MX: Add sabrelite i.MX6 emulation.

Peter Maydell (4):
      target-arm: Split data abort syndrome generator
      hw/display/blizzard: Expand out macros
      hw/display/blizzard: Remove blizzard_template.h
      target-arm: Avoid unnecessary TLB flush on TCR_EL2, TCR_EL3 writes

Pooja Dhannawat (2):
      blizzard: Remove support for DEPTH != 32
      omap_lcdc: Remove support for DEPTH != 32

Sergey Sorokin (2):
      target-arm: Stage 2 permission fault was fixed in AArch32 state
      target-arm: Fix descriptor address masking in ARM address translation

Shannon Zhao (5):
      ARM: Virt: Set numa-node-id for cpu and memory nodes
      ACPI: Add GICC Affinity Structure
      ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity
      ACPI: move acpi_build_srat_memory to common place
      ACPI: Virt: Generate SRAT table

Sylvain Garrigues (1):
      bcm2835_property: use cached values when querying framebuffer

Zhou Jie (1):
      hw/arm/nseries: Allocating Large sized arrays to heap

xiaoqiang zhao (3):
      hw/intc: QOM'ify omap_intc.c
      hw/display: QOM'ify exynos4210_fimd.c
      hw/arm: QOM'ify spitz.c

xiaoqiang.zhao (15):
      hw/intc: QOM'ify etraxfs_pic.c
      hw/intc: QOM'ify exynos4210_combiner.c
      hw/intc: QOM'ify exynos4210_gic.c
      hw/intc: QOM'ify imx_avic.c
      hw/intc: QOM'ify pl190.c
      hw/intc: QOM'ify slavio_intctl.c
      hw/intc: QOM'ify grlib_irqmp.c
      hw/arm: QOM'ify armv7m.c
      hw/arm: QOM'ify highbank.c
      hw/arm: QOM'ify integratorcp.c
      hw/arm: QOM'ify pxa2xx.c
      hw/arm: QOM'ify pxa2xx_pic.c
      hw/arm: QOM'ify stellaris.c
      hw/arm: QOM'ify strongarm.c
      hw/arm: QOM'ify versatilepb.c

 default-configs/arm-softmmu.mak |   1 +
 hw/acpi/aml-build.c             |  11 +
 hw/arm/Makefile.objs            |   1 +
 hw/arm/armv7m.c                 |  11 +-
 hw/arm/boot.c                   |  43 +++-
 hw/arm/fsl-imx6.c               | 449 +++++++++++++++++++++++++++++++++++++++
 hw/arm/highbank.c               |  12 +-
 hw/arm/integratorcp.c           |  32 ++-
 hw/arm/nseries.c                |   3 +-
 hw/arm/pxa2xx.c                 |  26 +--
 hw/arm/pxa2xx_pic.c             |   7 -
 hw/arm/sabrelite.c              | 121 +++++++++++
 hw/arm/spitz.c                  |  23 +-
 hw/arm/stellaris.c              |  48 ++---
 hw/arm/strongarm.c              |  66 +++---
 hw/arm/versatilepb.c            |  13 +-
 hw/arm/virt-acpi-build.c        |  52 +++++
 hw/arm/virt.c                   |   8 +
 hw/display/blizzard.c           | 120 +++++++----
 hw/display/blizzard_template.h  | 146 -------------
 hw/display/exynos4210_fimd.c    |  19 +-
 hw/display/omap_lcd_template.h  |  10 +-
 hw/display/omap_lcdc.c          |  48 +----
 hw/i386/acpi-build.c            |  41 +---
 hw/intc/etraxfs_pic.c           |  13 +-
 hw/intc/exynos4210_combiner.c   |  14 +-
 hw/intc/exynos4210_gic.c        |  39 ++--
 hw/intc/grlib_irqmp.c           |  27 ++-
 hw/intc/imx_avic.c              |  15 +-
 hw/intc/omap_intc.c             |  64 +++---
 hw/intc/pl190.c                 |  13 +-
 hw/intc/slavio_intctl.c         |  14 +-
 hw/misc/Makefile.objs           |   1 +
 hw/misc/bcm2835_property.c      |  33 ++-
 hw/misc/imx6_src.c              | 264 +++++++++++++++++++++++
 hw/ssi/Makefile.objs            |   1 +
 hw/ssi/imx_spi.c                | 454 ++++++++++++++++++++++++++++++++++++++++
 include/exec/gen-icount.h       |  16 +-
 include/hw/acpi/acpi-defs.h     |  17 +-
 include/hw/acpi/aml-build.h     |  10 +
 include/hw/arm/fsl-imx6.h       | 450 +++++++++++++++++++++++++++++++++++++++
 include/hw/misc/imx6_src.h      |  73 +++++++
 include/hw/ssi/imx_spi.h        | 103 +++++++++
 include/qemu/fifo32.h           | 191 +++++++++++++++++
 target-arm/Makefile.objs        |   1 +
 target-arm/arm-powerctl.c       | 224 ++++++++++++++++++++
 target-arm/arm-powerctl.h       |  75 +++++++
 target-arm/helper.c             |  45 ++--
 target-arm/internals.h          |  24 ++-
 target-arm/op_helper.c          |   6 +-
 target-arm/psci.c               |  70 +------
 target-arm/translate-a64.c      |  45 ++--
 tcg/tcg.h                       |   6 +
 53 files changed, 2976 insertions(+), 643 deletions(-)
 create mode 100644 hw/arm/fsl-imx6.c
 create mode 100644 hw/arm/sabrelite.c
 delete mode 100644 hw/display/blizzard_template.h
 create mode 100644 hw/misc/imx6_src.c
 create mode 100644 hw/ssi/imx_spi.c
 create mode 100644 include/hw/arm/fsl-imx6.h
 create mode 100644 include/hw/misc/imx6_src.h
 create mode 100644 include/hw/ssi/imx_spi.h
 create mode 100644 include/qemu/fifo32.h
 create mode 100644 target-arm/arm-powerctl.c
 create mode 100644 target-arm/arm-powerctl.h

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

end of thread, other threads:[~2018-06-15 15:30 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13 18:11 [Qemu-devel] [PULL 00/43] target-arm queue Peter Maydell
2017-12-13 18:11 ` [Qemu-devel] [PULL 01/43] m25p80: Add support for continuous read out of RDSR and READ_FSR Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 02/43] m25p80: Add support for SST READ ID 0x90/0xAB commands Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 03/43] m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60) Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 04/43] m25p80: Add support for n25q512a11 and n25q512a13 Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 05/43] xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClass Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 06/43] xilinx_spips: Update striping to be big-endian bit order Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 07/43] xilinx_spips: Add support for RX discard and RX drain Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 08/43] xilinx_spips: Make tx/rx_data_bytes more generic and reusable Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 09/43] xilinx_spips: Add support for zero pumping Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 10/43] xilinx_spips: Add support for 4 byte addresses in the LQSPI Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 11/43] xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd done Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 12/43] xilinx_spips: Add support for the ZynqMP Generic QSPI Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 13/43] xlnx-zcu102: Add support for the ZynqMP QSPI Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 14/43] hw/intc/arm_gicv3_its: Don't call post_load on reset Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 15/43] hw/intc/arm_gicv3_its: Implement a minimalist reset Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 16/43] linux-headers: update to 4.15-rc1 Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 17/43] hw/intc/arm_gicv3_its: Implement full reset Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 18/43] target/arm: Handle SPSEL and current stack being out of sync in MSP/PSP reads Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 19/43] target/arm: Allow explicit writes to CONTROL.SPSEL in Handler mode Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 20/43] target/arm: Add missing M profile case to regime_is_user() Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 21/43] target/arm: Split M profile MNegPri mmu index into user and priv Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 22/43] target/arm: Create new arm_v7m_mmu_idx_for_secstate_and_priv() Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 23/43] target/arm: Factor MPU lookup code out of get_phys_addr_pmsav8() Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 24/43] target/arm: Implement TT instruction Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 25/43] target/arm: Provide fault type enum and FSR conversion functions Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 26/43] target/arm: Remove fsr argument from arm_ld*_ptw() Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 27/43] target/arm: Convert get_phys_addr_v5() to not return FSC values Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 28/43] target/arm: Convert get_phys_addr_v6() " Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 29/43] target/arm: Convert get_phys_addr_lpae() " Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 30/43] target/arm: Convert get_phys_addr_pmsav5() " Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 31/43] target/arm: Convert get_phys_addr_pmsav7() " Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 32/43] target/arm: Convert get_phys_addr_pmsav8() " Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 33/43] target/arm: Use ARMMMUFaultInfo in deliver_fault() Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 34/43] target/arm: Ignore fsr from get_phys_addr() in do_ats_write() Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 35/43] target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill() Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 36/43] target/arm: Extend PAR format determination Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 37/43] nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 38/43] nvic: Make systick banked Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 39/43] hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOS Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 40/43] MAINTAINERS: replace the unavailable email address Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 41/43] xilinx_spips: Update the QSPI Mod ID reset value Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 42/43] xilinx_spips: Set all of the reset values Peter Maydell
2017-12-13 18:12 ` [Qemu-devel] [PULL 43/43] xilinx_spips: Use memset instead of a for loop to zero registers Peter Maydell
2017-12-14 15:32 ` [Qemu-devel] [PULL 00/43] target-arm queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2018-06-15 14:24 Peter Maydell
2018-06-15 15:30 ` Peter Maydell
2016-05-12 13:32 Peter Maydell
2016-05-12 15:33 ` 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).