All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/61] target-arm queue
@ 2026-06-16 19:05 Peter Maydell
  2026-06-16 19:05 ` [PULL 01/61] hw/arm/smmuv3: Update ATC invalidation check Peter Maydell
                   ` (61 more replies)
  0 siblings, 62 replies; 66+ messages in thread
From: Peter Maydell @ 2026-06-16 19:05 UTC (permalink / raw)
  To: qemu-devel

Hi; here's this week's arm pullreq; lots of smmuv3 related work here,
plus some initial work towards emulating FEAT_SVE2p2.

thanks
-- PMM

The following changes since commit 2f28d34ea0aead9830478cd1d3d0dd9d9191d82e:

  Merge tag 'pull-tcg-20260612' of https://gitlab.com/rth7680/qemu into staging (2026-06-13 14:02:34 -0400)

are available in the Git repository at:

  https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20260616

for you to fetch changes up to 8de1ba58af636d1844be43b9ea6e34ced302a057:

  target/arm: Implement floating-point log and convert to integer (zeroing) (2026-06-16 16:54:25 +0100)

----------------------------------------------------------------
target-arm queue:
 * Implementation of various insns preparatory to FEAT_SVE2p2
 * hw/arm/smmuv3: Make smmuv3 ATS, RIL, SSIDSIZE, and OAS 'auto' properties work
 * hw/pci/pci: Enforce pci_setup_iommu_per_bus() is called only once per bus
 * hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
 * target/arm: honour CCR.BFHFNMIGN for probed data BusFaults
 * hw/arm/bcm2838: Route I2C interrupts to GIC

----------------------------------------------------------------
Eric Auger (1):
      hw/pci/pci: Enforce pci_setup_iommu_per_bus() is called only once per bus

Kyle Fox (1):
      target/arm: honour CCR.BFHFNMIGN for probed data BusFaults

Nathan Chen (9):
      hw/arm/smmuv3: Update ATC invalidation check
      hw/arm/smmuv3: Improve accel SMMUv3 usage documentation
      hw/arm/smmuv3-accel: Add helper for resolving auto parameters
      hw/arm/smmuv3-accel: Implement "auto" value for "ats"
      hw/arm/smmuv3-accel: Implement "auto" value for "ril"
      hw/arm/smmuv3-accel: Implement "auto" value for "ssidsize"
      hw/arm/smmuv3-accel: Implement "auto" value for "oas"
      hw/arm/smmuv3: Set default ats, ril, ssidsize, oas to auto
      qemu-options.hx: Support "auto" for accel SMMUv3 properties

Nicholas Righi (1):
      hw/arm/bcm2838: Route I2C interrupts to GIC

Nicolin Chen (15):
      backends/iommufd: Update iommufd_backend_get_device_info
      backends/iommufd: Update iommufd_backend_alloc_viommu to allow user ptr
      backends/iommufd: Introduce iommufd_backend_alloc_hw_queue
      backends/iommufd: Introduce iommufd_backend_viommu_mmap
      hw/arm/tegra241-cmdqv: Implement CMDQV init
      hw/arm/tegra241-cmdqv: Implement CMDQV vIOMMU alloc/free
      hw/arm/tegra241-cmdqv: mmap host VINTF Page0 for CMDQV
      hw/arm/tegra241-cmdqv: Emulate CMDQ-V Config region
      hw/arm/tegra241-cmdqv: Emulate VCMDQ register reads
      hw/arm/tegra241-cmdqv: Emulate VCMDQ register writes
      hw/arm/tegra241-cmdqv: Allocate HW VCMDQs once configured
      hw/arm/tegra241-cmdqv: Use mmap'd host VINTF page0 for virtual VINTF page0
      hw/arm/tegra241-cmdqv: Initialize register state on reset
      hw/arm/tegra241-cmdqv: Limit queue size based on backend page size
      hw/arm/virt-acpi: Advertise Tegra241 CMDQV nodes in DSDT

Richard Henderson (18):
      target/arm: Add feature predicates for SVE2.2 and SME2.2
      target/arm: Rename sve unary predicated patterns
      target/arm: Enable zeroing in DO_ZPZ macros in sve_helper.c
      target/arm: Expand DO_ZPZ in translate-sve.c
      target/arm: Implement SVE integer unary operations (predicated, zeroing)
      target/arm: Implement SVE bitwise unary operations (predicated, zeroing)
      target/arm: Implement SVE reverse within elements (zeroing)
      target/arm: Implement SVE reverse doublewords (zeroing)
      target/arm: Implement SVE2 integer unary operations (predicated, zeroing)
      target/arm: Add data argument to do_frint_mode
      target/arm: Implement Floating-point round to integral value (predicated, zeroing)
      target/arm: Implement Floating-point convert (predicated, zeroing)
      target/arm: Implement Floating-point square root (predicated, zeroing)
      target/arm: Implement SCVTF, UCVTF (predicated, zeroing)
      target/arm: Implement FRINT{32,64}{X,Z}
      target/arm: Enable zeroing in DO_FCVT{N, L}T macros in sve_helper.c
      target/arm: Implement SVE floating-point convert (top, predicated, zeroing)
      target/arm: Implement floating-point log and convert to integer (zeroing)

Shameer Kolothum (16):
      system/iommufd: Remove unused viommu pointer from IOMMUFDVeventq
      hw/arm/smmuv3-accel: Introduce CMDQV ops interface
      hw/arm/tegra241-cmdqv: Add Tegra241 CMDQV ops backend stub
      hw/arm/smmuv3-accel: Wire CMDQV ops into accel lifecycle
      hw/arm/virt: Use stored SMMUv3 device list for IORT build
      hw/arm/tegra241-cmdqv: Probe host Tegra241 CMDQV support
      hw/arm/virt: Link SMMUv3 CMDQV resources to platform bus
      hw/arm/tegra241-cmdqv: Route allocated VCMDQ Page0 accesses to the mmap'd host VINTF page0
      memory: Allow RAM device regions to skip IOMMU mapping
      hw/arm/smmuv3-accel: Introduce common helper for veventq read
      hw/arm/tegra241-cmdqv: Read and propagate Tegra241 CMDQV errors
      hw/arm/smmuv3: Add per-device identifier property
      hw/arm/smmuv3-accel: Introduce helper to query CMDQV type
      hw/arm/smmuv3-accel: Enforce viommu association when CMDQV is active
      hw/arm/tegra241-cmdqv: Document the CMDQV design and lifecycle
      hw/arm/smmuv3: Add cmdqv property for SMMUv3 device

 backends/iommufd.c                   |   64 ++
 backends/trace-events                |    4 +-
 hw/arm/Kconfig                       |    5 +
 hw/arm/bcm2835_peripherals.c         |    9 +
 hw/arm/bcm2838.c                     |    4 +
 hw/arm/meson.build                   |    2 +
 hw/arm/smmu-common.c                 |    4 +-
 hw/arm/smmuv3-accel-stubs.c          |   12 +
 hw/arm/smmuv3-accel.c                |  277 +++++++--
 hw/arm/smmuv3-accel.h                |   50 ++
 hw/arm/smmuv3.c                      |   91 +--
 hw/arm/tegra241-cmdqv-stubs.c        |   16 +
 hw/arm/tegra241-cmdqv.c              | 1119 ++++++++++++++++++++++++++++++++++
 hw/arm/tegra241-cmdqv.h              |  384 ++++++++++++
 hw/arm/trace-events                  |   11 +
 hw/arm/virt-acpi-build.c             |  127 ++--
 hw/arm/virt.c                        |   37 ++
 hw/core/machine.c                    |    5 +
 hw/pci/pci.c                         |    9 +-
 hw/vfio/iommufd.c                    |    4 +-
 hw/vfio/listener.c                   |    6 +
 hw/vfio/trace-events                 |    1 +
 include/hw/arm/bcm2835_peripherals.h |    2 +
 include/hw/arm/bcm2838_peripherals.h |    1 +
 include/hw/arm/smmuv3.h              |    6 +
 include/hw/arm/virt.h                |    1 +
 include/hw/pci/pci.h                 |   16 +-
 include/system/iommufd.h             |   17 +-
 include/system/memory.h              |   21 +
 qemu-options.hx                      |   33 +-
 system/memory.c                      |   10 +
 target/arm/cpu-features.h            |   17 +-
 target/arm/tcg/helper-sve-defs.h     |    9 +
 target/arm/tcg/m_helper.c            |   16 +-
 target/arm/tcg/sve.decode            |  261 +++++---
 target/arm/tcg/sve_helper.c          |   30 +-
 target/arm/tcg/tlb_helper.c          |   24 +
 target/arm/tcg/translate-sve.c       |  471 ++++++++++----
 38 files changed, 2861 insertions(+), 315 deletions(-)
 create mode 100644 hw/arm/tegra241-cmdqv-stubs.c
 create mode 100644 hw/arm/tegra241-cmdqv.c
 create mode 100644 hw/arm/tegra241-cmdqv.h


^ permalink raw reply	[flat|nested] 66+ messages in thread
* [PULL 00/61] target-arm queue
@ 2022-04-22 10:03 Peter Maydell
  2022-04-22 11:41 ` Richard Henderson
  0 siblings, 1 reply; 66+ messages in thread
From: Peter Maydell @ 2022-04-22 10:03 UTC (permalink / raw)
  To: qemu-devel

This pullreq is (1) my GICv4 patches (2) most of the first third of RTH's
cleanup patchset (3) one patch fixing an smmuv3 bug...

thanks
-- PMM

The following changes since commit a74782936dc6e979ce371dabda4b1c05624ea87f:

  Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into staging (2022-04-21 18:48:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9792130613191c1e0c34109918c5e07b9f1429a5:

  hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate() (2022-04-22 10:19:15 +0100)

----------------------------------------------------------------
target-arm queue:
 * Implement GICv4 emulation
 * Some cleanup patches in target/arm
 * hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()

----------------------------------------------------------------
Peter Maydell (41):
      hw/intc/arm_gicv3_its: Add missing blank line
      hw/intc/arm_gicv3: Sanity-check num-cpu property
      hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
      hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
      target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
      hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
      hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
      hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
      hw/intc/arm_gicv3_its: Implement VMAPP
      hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
      hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
      hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
      hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
      hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
      hw/intc/arm_gicv3: Keep pointers to every connected ITS
      hw/intc/arm_gicv3_its: Implement VMOVP
      hw/intc/arm_gicv3_its: Implement VSYNC
      hw/intc/arm_gicv3_its: Implement INV command properly
      hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
      hw/intc/arm_gicv3_its: Implement VMOVI
      hw/intc/arm_gicv3_its: Implement VINVALL
      hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
      hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
      hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
      hw/intc/arm_gicv3_cpuif: Support vLPIs
      hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
      hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
      hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
      hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
      hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
      hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
      hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
      hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
      hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
      hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
      hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
      hw/intc/arm_gicv3: Update ID and feature registers for GICv4
      hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
      hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
      hw/arm/virt: Abstract out calculation of redistributor region capacity
      hw/arm/virt: Support TCG GICv4

Richard Henderson (19):
      target/arm: Update ISAR fields for ARMv8.8
      target/arm: Update SCR_EL3 bits to ARMv8.8
      target/arm: Update SCTLR bits to ARMv9.2
      target/arm: Change DisasContext.aarch64 to bool
      target/arm: Change CPUArchState.aarch64 to bool
      target/arm: Extend store_cpu_offset to take field size
      target/arm: Change DisasContext.thumb to bool
      target/arm: Change CPUArchState.thumb to bool
      target/arm: Remove fpexc32_access
      target/arm: Split out set_btype_raw
      target/arm: Split out gen_rebuild_hflags
      target/arm: Simplify GEN_SHIFT in translate.c
      target/arm: Simplify gen_sar
      target/arm: Simplify aa32 DISAS_WFI
      target/arm: Use tcg_constant in translate-m-nocp.c
      target/arm: Use tcg_constant in translate-neon.c
      target/arm: Use smin/smax for do_sat_addsub_32
      target/arm: Use tcg_constant in translate-vfp.c
      target/arm: Use tcg_constant_i32 in translate.h

Xiang Chen (1):
      hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()

 docs/system/arm/virt.rst               |   5 +-
 hw/intc/gicv3_internal.h               | 231 ++++++++-
 include/hw/arm/virt.h                  |  19 +-
 include/hw/intc/arm_gicv3_common.h     |  13 +
 include/hw/intc/arm_gicv3_its_common.h |   1 +
 target/arm/cpu.h                       |  59 ++-
 target/arm/translate-a32.h             |  13 +-
 target/arm/translate.h                 |  17 +-
 hw/arm/smmuv3.c                        |   2 +-
 hw/arm/virt.c                          | 102 +++-
 hw/intc/arm_gicv3_common.c             |  54 +-
 hw/intc/arm_gicv3_cpuif.c              | 195 ++++++--
 hw/intc/arm_gicv3_dist.c               |   7 +-
 hw/intc/arm_gicv3_its.c                | 876 +++++++++++++++++++++++++++------
 hw/intc/arm_gicv3_its_kvm.c            |   2 +
 hw/intc/arm_gicv3_kvm.c                |   5 +
 hw/intc/arm_gicv3_redist.c             | 480 +++++++++++++++---
 linux-user/arm/cpu_loop.c              |   2 +-
 target/arm/cpu.c                       |  16 +-
 target/arm/helper-a64.c                |   4 +-
 target/arm/helper.c                    |  19 +-
 target/arm/hvf/hvf.c                   |   2 +-
 target/arm/m_helper.c                  |   6 +-
 target/arm/op_helper.c                 |  13 -
 target/arm/translate-a64.c             |  50 +-
 target/arm/translate-m-nocp.c          |  12 +-
 target/arm/translate-neon.c            |  21 +-
 target/arm/translate-sve.c             |   9 +-
 target/arm/translate-vfp.c             |  76 +--
 target/arm/translate.c                 | 101 ++--
 hw/intc/trace-events                   |  18 +-
 31 files changed, 1890 insertions(+), 540 deletions(-)


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

end of thread, other threads:[~2026-06-17 19:31 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 19:05 [PULL 00/61] target-arm queue Peter Maydell
2026-06-16 19:05 ` [PULL 01/61] hw/arm/smmuv3: Update ATC invalidation check Peter Maydell
2026-06-16 19:05 ` [PULL 02/61] hw/arm/smmuv3: Improve accel SMMUv3 usage documentation Peter Maydell
2026-06-16 19:05 ` [PULL 03/61] hw/arm/smmuv3-accel: Add helper for resolving auto parameters Peter Maydell
2026-06-16 19:05 ` [PULL 04/61] hw/arm/smmuv3-accel: Implement "auto" value for "ats" Peter Maydell
2026-06-16 19:05 ` [PULL 05/61] hw/arm/smmuv3-accel: Implement "auto" value for "ril" Peter Maydell
2026-06-16 19:05 ` [PULL 06/61] hw/arm/smmuv3-accel: Implement "auto" value for "ssidsize" Peter Maydell
2026-06-16 19:05 ` [PULL 07/61] hw/arm/smmuv3-accel: Implement "auto" value for "oas" Peter Maydell
2026-06-16 19:05 ` [PULL 08/61] hw/arm/smmuv3: Set default ats, ril, ssidsize, oas to auto Peter Maydell
2026-06-16 19:05 ` [PULL 09/61] qemu-options.hx: Support "auto" for accel SMMUv3 properties Peter Maydell
2026-06-16 19:05 ` [PULL 10/61] hw/pci/pci: Enforce pci_setup_iommu_per_bus() is called only once per bus Peter Maydell
2026-06-16 19:05 ` [PULL 11/61] backends/iommufd: Update iommufd_backend_get_device_info Peter Maydell
2026-06-16 19:05 ` [PULL 12/61] backends/iommufd: Update iommufd_backend_alloc_viommu to allow user ptr Peter Maydell
2026-06-16 19:05 ` [PULL 13/61] backends/iommufd: Introduce iommufd_backend_alloc_hw_queue Peter Maydell
2026-06-16 19:05 ` [PULL 14/61] backends/iommufd: Introduce iommufd_backend_viommu_mmap Peter Maydell
2026-06-16 19:05 ` [PULL 15/61] system/iommufd: Remove unused viommu pointer from IOMMUFDVeventq Peter Maydell
2026-06-16 19:05 ` [PULL 16/61] hw/arm/smmuv3-accel: Introduce CMDQV ops interface Peter Maydell
2026-06-16 19:05 ` [PULL 17/61] hw/arm/tegra241-cmdqv: Add Tegra241 CMDQV ops backend stub Peter Maydell
2026-06-16 19:05 ` [PULL 18/61] hw/arm/smmuv3-accel: Wire CMDQV ops into accel lifecycle Peter Maydell
2026-06-16 19:05 ` [PULL 19/61] hw/arm/virt: Use stored SMMUv3 device list for IORT build Peter Maydell
2026-06-16 19:05 ` [PULL 20/61] hw/arm/tegra241-cmdqv: Probe host Tegra241 CMDQV support Peter Maydell
2026-06-16 19:05 ` [PULL 21/61] hw/arm/tegra241-cmdqv: Implement CMDQV init Peter Maydell
2026-06-16 19:05 ` [PULL 22/61] hw/arm/virt: Link SMMUv3 CMDQV resources to platform bus Peter Maydell
2026-06-16 19:06 ` [PULL 23/61] hw/arm/tegra241-cmdqv: Implement CMDQV vIOMMU alloc/free Peter Maydell
2026-06-16 19:06 ` [PULL 24/61] hw/arm/tegra241-cmdqv: mmap host VINTF Page0 for CMDQV Peter Maydell
2026-06-16 19:06 ` [PULL 25/61] hw/arm/tegra241-cmdqv: Emulate CMDQ-V Config region Peter Maydell
2026-06-16 19:06 ` [PULL 26/61] hw/arm/tegra241-cmdqv: Emulate VCMDQ register reads Peter Maydell
2026-06-16 19:06 ` [PULL 27/61] hw/arm/tegra241-cmdqv: Emulate VCMDQ register writes Peter Maydell
2026-06-16 19:06 ` [PULL 28/61] hw/arm/tegra241-cmdqv: Allocate HW VCMDQs once configured Peter Maydell
2026-06-16 19:06 ` [PULL 29/61] hw/arm/tegra241-cmdqv: Route allocated VCMDQ Page0 accesses to the mmap'd host VINTF page0 Peter Maydell
2026-06-16 19:06 ` [PULL 30/61] memory: Allow RAM device regions to skip IOMMU mapping Peter Maydell
2026-06-16 19:06 ` [PULL 31/61] hw/arm/tegra241-cmdqv: Use mmap'd host VINTF page0 for virtual VINTF page0 Peter Maydell
2026-06-16 19:06 ` [PULL 32/61] hw/arm/smmuv3-accel: Introduce common helper for veventq read Peter Maydell
2026-06-16 19:06 ` [PULL 33/61] hw/arm/tegra241-cmdqv: Read and propagate Tegra241 CMDQV errors Peter Maydell
2026-06-16 19:06 ` [PULL 34/61] hw/arm/tegra241-cmdqv: Initialize register state on reset Peter Maydell
2026-06-16 19:06 ` [PULL 35/61] hw/arm/tegra241-cmdqv: Limit queue size based on backend page size Peter Maydell
2026-06-16 19:06 ` [PULL 36/61] hw/arm/smmuv3: Add per-device identifier property Peter Maydell
2026-06-16 19:06 ` [PULL 37/61] hw/arm/smmuv3-accel: Introduce helper to query CMDQV type Peter Maydell
2026-06-16 19:06 ` [PULL 38/61] hw/arm/virt-acpi: Advertise Tegra241 CMDQV nodes in DSDT Peter Maydell
2026-06-16 19:06 ` [PULL 39/61] hw/arm/smmuv3-accel: Enforce viommu association when CMDQV is active Peter Maydell
2026-06-16 19:06 ` [PULL 40/61] hw/arm/tegra241-cmdqv: Document the CMDQV design and lifecycle Peter Maydell
2026-06-16 19:06 ` [PULL 41/61] hw/arm/smmuv3: Add cmdqv property for SMMUv3 device Peter Maydell
2026-06-16 19:06 ` [PULL 42/61] target/arm: honour CCR.BFHFNMIGN for probed data BusFaults Peter Maydell
2026-06-16 19:06 ` [PULL 43/61] hw/arm/bcm2838: Route I2C interrupts to GIC Peter Maydell
2026-06-16 19:06 ` [PULL 44/61] target/arm: Add feature predicates for SVE2.2 and SME2.2 Peter Maydell
2026-06-16 19:06 ` [PULL 45/61] target/arm: Rename sve unary predicated patterns Peter Maydell
2026-06-16 19:06 ` [PULL 46/61] target/arm: Enable zeroing in DO_ZPZ macros in sve_helper.c Peter Maydell
2026-06-16 19:06 ` [PULL 47/61] target/arm: Expand DO_ZPZ in translate-sve.c Peter Maydell
2026-06-16 19:06 ` [PULL 48/61] target/arm: Implement SVE integer unary operations (predicated, zeroing) Peter Maydell
2026-06-16 19:06 ` [PULL 49/61] target/arm: Implement SVE bitwise " Peter Maydell
2026-06-16 19:06 ` [PULL 50/61] target/arm: Implement SVE reverse within elements (zeroing) Peter Maydell
2026-06-16 19:06 ` [PULL 51/61] target/arm: Implement SVE reverse doublewords (zeroing) Peter Maydell
2026-06-16 19:06 ` [PULL 52/61] target/arm: Implement SVE2 integer unary operations (predicated, zeroing) Peter Maydell
2026-06-16 19:06 ` [PULL 53/61] target/arm: Add data argument to do_frint_mode Peter Maydell
2026-06-16 19:06 ` [PULL 54/61] target/arm: Implement Floating-point round to integral value (predicated, zeroing) Peter Maydell
2026-06-16 19:06 ` [PULL 55/61] target/arm: Implement Floating-point convert " Peter Maydell
2026-06-16 19:06 ` [PULL 56/61] target/arm: Implement Floating-point square root " Peter Maydell
2026-06-16 19:06 ` [PULL 57/61] target/arm: Implement SCVTF, UCVTF " Peter Maydell
2026-06-16 19:06 ` [PULL 58/61] target/arm: Implement FRINT{32,64}{X,Z} Peter Maydell
2026-06-16 19:06 ` [PULL 59/61] target/arm: Enable zeroing in DO_FCVT{N, L}T macros in sve_helper.c Peter Maydell
2026-06-16 19:06 ` [PULL 60/61] target/arm: Implement SVE floating-point convert (top, predicated, zeroing) Peter Maydell
2026-06-16 19:06 ` [PULL 61/61] target/arm: Implement floating-point log and convert to integer (zeroing) Peter Maydell
2026-06-17 19:30 ` [PULL 00/61] target-arm queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2022-04-22 10:03 Peter Maydell
2022-04-22 11:41 ` Richard Henderson
2022-04-22 13:48   ` 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.