All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 00/49] target-arm queue
Date: Tue, 7 Jul 2026 07:04:37 +0200	[thread overview]
Message-ID: <20260707050437.GA524627@fedora> (raw)
In-Reply-To: <20260706103752.320511-1-peter.maydell@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  parent reply	other threads:[~2026-07-07  5:05 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06 10:37 [PULL 00/49] target-arm queue Peter Maydell
2026-07-06 10:37 ` [PULL 01/49] hw/net/fsl_etsec: validate FCB offsets in process_tx_fcb() Peter Maydell
2026-07-06 10:37 ` [PULL 02/49] hw/arm/smmuv3-accel: Fix veventq read returning true on EAGAIN/EINTR Peter Maydell
2026-07-06 10:37 ` [PULL 03/49] target/arm: Only evaluate SCR_EL3.PIEN if ARM_FEATURE_EL3 is present Peter Maydell
2026-07-06 10:37 ` [PULL 04/49] target/arm/tcg: Implement new instructions for FPRCVT Peter Maydell
2026-07-06 10:37 ` [PULL 05/49] target/arm/tcg: Allow vector FP conversions with FPRCVT Peter Maydell
2026-07-06 10:37 ` [PULL 06/49] target/arm/tcg/cpu64.c: Add FEAT_FPRCVT to cpu_max Peter Maydell
2026-07-06 10:37 ` [PULL 07/49] linux-user/aarch64/elfload.c: Add FPRCVT Peter Maydell
2026-07-06 10:37 ` [PULL 08/49] docs/system/arm: Add FEAT_FPRCVT to A-profile support Peter Maydell
2026-07-06 10:37 ` [PULL 09/49] tests/tcg/arm: Tests for new FPRCVT instructions Peter Maydell
2026-07-07 18:59   ` Pierrick Bouvier
2026-07-07 21:53     ` Pierrick Bouvier
2026-07-06 10:37 ` [PULL 10/49] target/arm: Implement and enable FEAT_SSVE_FEXPA for -cpu max Peter Maydell
2026-07-06 10:37 ` [PULL 11/49] hw/arm: use cortex-a9 mpcore base for CBAR on npcm7xx machines Peter Maydell
2026-07-06 10:37 ` [PULL 12/49] tests/functional: update anacapa-bmc image Peter Maydell
2026-07-06 10:37 ` [PULL 13/49] target/arm: do not clear halting reason in has_work helper Peter Maydell
2026-07-06 10:37 ` [PULL 14/49] target/arm: ensure we create the wxft_timer for all modes Peter Maydell
2026-07-06 10:37 ` [PULL 15/49] target/arm: implements SEV/SEVL " Peter Maydell
2026-07-06 10:37 ` [PULL 16/49] target/arm: enable WFE sleeping for A-profile Peter Maydell
2026-07-06 10:37 ` [PULL 17/49] target/arm: implement WFET Peter Maydell
2026-07-06 10:37 ` [PULL 18/49] docs/specs/fw_cfg: Document all architecture register layouts Peter Maydell
2026-07-06 10:37 ` [PULL 19/49] hw/nvram/fw_cfg: Enforce standard layout for fw_cfg_init_mem_dma() Peter Maydell
2026-07-06 10:37 ` [PULL 20/49] hw/nvram/fw_cfg: Enforce standard layout for x86 fw_cfg I/O ports Peter Maydell
2026-07-06 10:37 ` [PULL 21/49] hw/nvram/fw_cfg: Remove support for I/O port fw_cfg without DMA Peter Maydell
2026-07-06 10:37 ` [PULL 22/49] hw/nvram/fw_cfg: Document fw_cfg_init_mem_nodma() Peter Maydell
2026-07-06 10:37 ` [PULL 23/49] hw/misc/imx_ccm: Replace DPRINTF with trace events Peter Maydell
2026-07-06 10:37 ` [PULL 24/49] hw/misc/imx25_ccm: " Peter Maydell
2026-07-06 10:37 ` [PULL 25/49] hw/misc/imx31_ccm: " Peter Maydell
2026-07-06 10:37 ` [PULL 26/49] target/arm/hvf: seed NO_RAW ID registers from isar.idregs[] on vCPU init Peter Maydell
2026-07-06 10:37 ` [PULL 27/49] hw/nvram: add load_image_to_fw_cfg_file() Peter Maydell
2026-07-06 10:37 ` [PULL 28/49] hw/i386: switch shim loading to load_image_to_fw_cfg_file Peter Maydell
2026-07-06 10:37 ` [PULL 29/49] hw/arm: add support for shim loading Peter Maydell
2026-07-06 10:37 ` [PULL 30/49] docs/system/arm: Document Zynq Buildroot boot Peter Maydell
2026-07-06 10:37 ` [PULL 31/49] target/arm: Implement FMOP4 (non-widening) for float32 Peter Maydell
2026-07-06 10:37 ` [PULL 32/49] target/arm: Implement FMOP4 (non-widening) for float16 Peter Maydell
2026-07-06 10:37 ` [PULL 33/49] target/arm: Implement FMOP4 (non-widening) for float64 Peter Maydell
2026-07-06 10:37 ` [PULL 34/49] target/arm: Implement BFMOP4 (non-widening) Peter Maydell
2026-07-06 10:37 ` [PULL 35/49] target/arm: Implement BFMOP4 (widening) Peter Maydell
2026-07-06 10:37 ` [PULL 36/49] target/arm: Implement FMOP4 (widening, 2-way fp16 to fp32) Peter Maydell
2026-07-06 10:37 ` [PULL 37/49] target/arm: Implement FMOP4 (widening, 4-way fp8 " Peter Maydell
2026-07-06 10:37 ` [PULL 38/49] target/arm: Implement FMOP4A (widening, 2-way, FP8 to FP16) Peter Maydell
2026-07-06 10:37 ` [PULL 39/49] target/arm: Implement SMOP4[AS] (2-way) Peter Maydell
2026-07-06 10:37 ` [PULL 40/49] target/arm: Implement SMOP4[AS] (4-way) Peter Maydell
2026-07-06 10:37 ` [PULL 41/49] target/arm: Implement SUMOP4[AS] Peter Maydell
2026-07-06 10:37 ` [PULL 42/49] target/arm: Implement UMOP4[AS] (2-way) Peter Maydell
2026-07-06 10:37 ` [PULL 43/49] target/arm: Implement UMOP4[AS] (4-way) Peter Maydell
2026-07-06 10:37 ` [PULL 44/49] target/arm: Implement USMOP4[AS] Peter Maydell
2026-07-06 10:37 ` [PULL 45/49] target/arm: Enable FEAT_SME_MOP4 for -cpu max Peter Maydell
2026-07-06 10:37 ` [PULL 46/49] target/arm: Separate out Neon from VFP access checks Peter Maydell
2026-07-06 10:37 ` [PULL 47/49] target/arm: Separate syndrome functions for A32 and A64 Peter Maydell
2026-07-06 10:37 ` [PULL 48/49] target/arm: Report correct syndrome to AArch32 EL2 for trapped Neon/VFP insns Peter Maydell
2026-07-06 10:37 ` [PULL 49/49] target/arm: Define fields for NSACR Peter Maydell
2026-07-07  5:04 ` Stefan Hajnoczi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-03-06 14:58 [PULL 00/49] target-arm queue Peter Maydell
2021-03-05 17:14 Peter Maydell
2021-03-05 18:36 ` no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260707050437.GA524627@fedora \
    --to=stefanha@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.