From: Richard Henderson <richard.henderson@linaro.org>
To: Alistair Francis <alistair23@gmail.com>, qemu-devel@nongnu.org
Cc: Alistair Francis <alistair.francis@wdc.com>
Subject: Re: [PULL 00/32] riscv-to-apply queue
Date: Thu, 27 Jun 2024 10:46:13 -0700 [thread overview]
Message-ID: <a9f9fb1d-81e1-471e-bc41-fddb98561d03@linaro.org> (raw)
In-Reply-To: <20240627100053.150937-1-alistair.francis@wdc.com>
On 6/27/24 03:00, Alistair Francis wrote:
> The following changes since commit 3f044554b94fc0756d5b3cdbf84501e0eea0e629:
>
> Merge tag 'pull-vfio-20240624' ofhttps://github.com/legoater/qemu into staging (2024-06-24 21:30:34 -0700)
>
> are available in the Git repository at:
>
> https://github.com/alistair23/qemu.git tags/pull-riscv-to-apply-20240627-1
>
> for you to fetch changes up to 2f5a2315b84a9b1f089ecfc3f31b29813609a7b7:
>
> target/riscv: Apply modularized matching conditions for icount trigger (2024-06-27 13:09:16 +1000)
>
> ----------------------------------------------------------------
> RISC-V PR for 9.1
>
> * Extend virtual irq csrs masks to be 64 bit wide
> * Move Guest irqs out of the core local irqs range
> * zvbb implies zvkb
> * virt: add address-cells in create_fdt_one_aplic()
> * virt: add aplic nodename helper
> * virt: rename aplic nodename to 'interrupt-controller'
> * virt: aplic DT: add 'qemu, aplic' to 'compatible'
> * virt: aplic DT: rename prop to 'riscv, delegation'
> * virt: change imsic nodename to 'interrupt-controller'
> * virt: imsics DT: add 'qemu, imsics' to 'compatible'
> * virt: imsics DT: add '#msi-cells'
> * QEMU support for KVM Guest Debug on RISC-V
> * Support RISC-V privilege 1.13 spec
> * Add support for RISC-V ACPI tests
> * Modularize common match conditions for trigger
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.
r~
next prev parent reply other threads:[~2024-06-27 17:47 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-27 10:00 [PULL 00/32] riscv-to-apply queue Alistair Francis
2024-06-27 10:00 ` [PULL 01/32] target/riscv: Extend virtual irq csrs masks to be 64 bit wide Alistair Francis
2024-06-27 10:00 ` [PULL 02/32] target/riscv: Move Guest irqs out of the core local irqs range Alistair Francis
2024-06-27 10:00 ` [PULL 03/32] target/riscv: zvbb implies zvkb Alistair Francis
2024-06-27 10:00 ` [PULL 04/32] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic() Alistair Francis
2024-06-27 10:00 ` [PULL 05/32] hw/riscv/virt.c: add aplic nodename helper Alistair Francis
2024-06-27 10:00 ` [PULL 06/32] hw/riscv/virt.c: rename aplic nodename to 'interrupt-controller' Alistair Francis
2024-06-27 10:00 ` [PULL 07/32] hw/riscv/virt.c: aplic DT: add 'qemu, aplic' to 'compatible' Alistair Francis
2024-06-27 10:00 ` [PULL 08/32] hw/riscv/virt.c: aplic DT: rename prop to 'riscv, delegation' Alistair Francis
2024-06-27 10:00 ` [PULL 09/32] hw/riscv/virt.c: change imsic nodename to 'interrupt-controller' Alistair Francis
2024-06-27 10:00 ` [PULL 10/32] hw/riscv/virt.c: imsics DT: add 'qemu, imsics' to 'compatible' Alistair Francis
2024-06-27 10:00 ` [PULL 11/32] hw/riscv/virt.c: imsics DT: add '#msi-cells' Alistair Francis
2024-06-27 10:00 ` [PULL 12/32] target/riscv/kvm: add software breakpoints support Alistair Francis
2024-06-27 10:00 ` [PULL 13/32] target/riscv/kvm: handle the exit with debug reason Alistair Francis
2024-06-27 10:00 ` [PULL 14/32] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG Alistair Francis
2024-06-27 10:00 ` [PULL 15/32] target/riscv: Reuse the conversion function of priv_spec Alistair Francis
2024-06-27 10:00 ` [PULL 16/32] target/riscv: Define macros and variables for ss1p13 Alistair Francis
2024-06-27 10:00 ` [PULL 17/32] target/riscv: Add 'P1P13' bit in SMSTATEEN0 Alistair Francis
2024-06-27 10:00 ` [PULL 18/32] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32 Alistair Francis
2024-06-27 10:00 ` [PULL 19/32] target/riscv: Reserve exception codes for sw-check and hw-err Alistair Francis
2024-06-27 10:00 ` [PULL 20/32] target/riscv: Support the version for ss1p13 Alistair Francis
2024-06-27 10:00 ` [PULL 21/32] hw/riscv/virt.c: Make block devices default to virtio Alistair Francis
2024-06-27 10:00 ` [PULL 22/32] target/riscv: Fix froundnx.h nanbox check Alistair Francis
2024-06-27 10:00 ` [PULL 23/32] target/riscv: fix instructions count handling in icount mode Alistair Francis
2024-06-27 10:00 ` [PULL 24/32] target/riscv: Introduce extension implied rules definition Alistair Francis
2024-06-27 10:00 ` [PULL 25/32] target/riscv: Introduce extension implied rule helpers Alistair Francis
2024-06-27 10:00 ` [PULL 26/32] target/riscv: Add MISA extension implied rules Alistair Francis
2024-06-27 10:00 ` [PULL 27/32] target/riscv: Add multi " Alistair Francis
2024-06-27 10:00 ` [PULL 28/32] target/riscv: Add Zc extension implied rule Alistair Francis
2024-06-27 10:00 ` [PULL 29/32] target/riscv: Remove extension auto-update check statements Alistair Francis
2024-06-27 10:00 ` [PULL 30/32] target/riscv: Add functions for common matching conditions of trigger Alistair Francis
2024-06-27 10:00 ` [PULL 31/32] target/riscv: Apply modularized matching conditions for watchpoint Alistair Francis
2024-06-27 10:00 ` [PULL 32/32] target/riscv: Apply modularized matching conditions for icount trigger Alistair Francis
2024-06-27 17:46 ` Richard Henderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-07 7:09 [PULL 00/32] riscv-to-apply queue Alistair Francis
2023-02-07 20:12 ` Peter Maydell
2021-06-08 0:29 Alistair Francis
2021-06-08 16:50 ` Peter Maydell
2020-06-19 6:24 Alistair Francis
2020-06-19 7:22 ` no-reply
2020-06-19 12:37 ` Peter Maydell
2020-06-19 15:27 ` Alistair Francis
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=a9f9fb1d-81e1-471e-bc41-fddb98561d03@linaro.org \
--to=richard.henderson@linaro.org \
--cc=alistair.francis@wdc.com \
--cc=alistair23@gmail.com \
--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).