From: Stefan Hajnoczi <stefanha@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 00/35] target-arm queue
Date: Thu, 24 Aug 2023 11:27:59 -0400 [thread overview]
Message-ID: <20230824152759.GA1608004@fedora> (raw)
In-Reply-To: <20230824092836.2239644-1-peter.maydell@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2023-08-24 15:28 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-24 9:28 [PULL 00/35] target-arm queue Peter Maydell
2023-08-24 9:28 ` [PULL 01/35] hw/gpio/nrf51: implement DETECT signal Peter Maydell
2023-08-24 9:28 ` [PULL 02/35] qtest: factor out qtest_install_gpio_out_intercept Peter Maydell
2023-08-24 9:28 ` [PULL 03/35] qtest: implement named interception of out-GPIO Peter Maydell
2023-08-24 9:28 ` [PULL 04/35] qtest: bail from irq_intercept_in if name is specified Peter Maydell
2023-08-24 9:28 ` [PULL 05/35] qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed Peter Maydell
2023-08-24 9:28 ` [PULL 06/35] qtest: microbit-test: add tests for nRF51 DETECT Peter Maydell
2023-08-24 9:28 ` [PULL 07/35] kvm: Introduce kvm_arch_get_default_type hook Peter Maydell
2023-08-24 9:28 ` [PULL 08/35] accel/kvm: Specify default IPA size for arm64 Peter Maydell
2023-08-24 9:28 ` [PULL 09/35] mips: Report an error when KVM_VM_MIPS_VZ is unavailable Peter Maydell
2023-08-24 9:28 ` [PULL 10/35] accel/kvm: Use negative KVM type for error propagation Peter Maydell
2023-08-24 9:28 ` [PULL 11/35] accel/kvm: Free as when an error occurred Peter Maydell
2023-08-24 9:28 ` [PULL 12/35] accel/kvm: Make kvm_dirty_ring_reaper_init() void Peter Maydell
2023-08-24 9:28 ` [PULL 13/35] target/arm/ptw: Don't set fi->s1ptw for UnsuppAtomicUpdate fault Peter Maydell
2023-08-24 9:28 ` [PULL 14/35] target/arm/ptw: Don't report GPC faults on stage 1 ptw as stage2 faults Peter Maydell
2023-08-24 9:28 ` [PULL 15/35] target/arm/ptw: Set s1ns bit in fault info more consistently Peter Maydell
2023-08-24 9:28 ` [PULL 16/35] target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled() Peter Maydell
2023-08-24 9:28 ` [PULL 17/35] target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled() Peter Maydell
2023-08-24 9:28 ` [PULL 18/35] target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate() Peter Maydell
2023-08-24 9:28 ` [PULL 19/35] target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate() Peter Maydell
2023-08-24 9:28 ` [PULL 20/35] target/arm/ptw: Only fold in NSTable bit effects in Secure state Peter Maydell
2023-08-24 9:28 ` [PULL 21/35] target/arm/ptw: Remove last uses of ptw->in_secure Peter Maydell
2023-08-24 9:28 ` [PULL 22/35] target/arm/ptw: Remove S1Translate::in_secure Peter Maydell
2023-08-24 9:28 ` [PULL 23/35] target/arm/ptw: Drop S1Translate::out_secure Peter Maydell
2023-08-24 9:28 ` [PULL 24/35] target/arm/ptw: Set attributes correctly for MMU disabled data accesses Peter Maydell
2023-08-24 9:28 ` [PULL 25/35] target/arm/ptw: Check for block descriptors at invalid levels Peter Maydell
2023-08-24 9:28 ` [PULL 26/35] target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptw Peter Maydell
2023-08-24 9:28 ` [PULL 27/35] target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory types Peter Maydell
2023-08-24 9:28 ` [PULL 28/35] target/arm/ptw: Load stage-2 tables from realm physical space Peter Maydell
2023-08-24 9:28 ` [PULL 29/35] target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2* Peter Maydell
2023-08-24 9:28 ` [PULL 30/35] target/arm: Skip granule protection checks for AT instructions Peter Maydell
2023-08-24 9:28 ` [PULL 31/35] target/arm: Pass security space rather than flag " Peter Maydell
2023-08-24 9:28 ` [PULL 32/35] target/arm/helper: Check SCR_EL3.{NSE, NS} encoding " Peter Maydell
2023-08-24 9:28 ` [PULL 33/35] target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK Peter Maydell
2023-08-24 9:28 ` [PULL 34/35] target/arm: Fix SME ST1Q Peter Maydell
2023-08-24 9:28 ` [PULL 35/35] target/arm: Fix 64-bit SSRA Peter Maydell
2023-08-24 15:27 ` Stefan Hajnoczi [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-15 17:35 [PULL 00/35] target-arm queue Peter Maydell
2024-02-16 10:58 ` Peter Maydell
2023-05-02 12:14 Peter Maydell
2023-05-02 14:09 ` Richard Henderson
2023-05-02 14:47 ` Peter Maydell
2020-08-28 9:23 Peter Maydell
2020-08-28 17:37 ` Peter Maydell
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=20230824152759.GA1608004@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 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).