qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Alistair Francis <alistair23@gmail.com>
Cc: qemu-devel@nongnu.org, alistair23@gmail.com,
	Alistair Francis <alistair.francis@wdc.com>
Subject: Re: [PULL v2 00/45] riscv-to-apply queue
Date: Mon, 11 Sep 2023 11:19:39 -0400	[thread overview]
Message-ID: <20230911151939.GA4101470@fedora> (raw)
In-Reply-To: <20230911064320.939791-1-alistair.francis@wdc.com>

[-- 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 --]

  parent reply	other threads:[~2023-09-11 15:20 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-11  6:42 [PULL v2 00/45] riscv-to-apply queue Alistair Francis
2023-09-11  6:42 ` [PULL v2 01/45] target/riscv/cpu.c: do not run 'host' CPU with TCG Alistair Francis
2023-09-11  6:42 ` [PULL v2 02/45] hw/char/riscv_htif: Fix printing of console characters on big endian hosts Alistair Francis
2023-09-11  6:42 ` [PULL v2 03/45] hw/char/riscv_htif: Fix the console syscall " Alistair Francis
2023-09-11  6:42 ` [PULL v2 04/45] target/riscv/cpu.c: add zmmul isa string Alistair Francis
2023-09-11  6:42 ` [PULL v2 05/45] target/riscv/cpu.c: add smepmp " Alistair Francis
2023-09-11  6:42 ` [PULL v2 06/45] target/riscv: Fix page_check_range use in fault-only-first Alistair Francis
2023-09-11  6:42 ` [PULL v2 07/45] target/riscv: Use existing lookup tables for MixColumns Alistair Francis
2023-09-11  6:42 ` [PULL v2 08/45] target/riscv: Refactor some of the generic vector functionality Alistair Francis
2023-09-11  6:42 ` [PULL v2 09/45] target/riscv: Refactor vector-vector translation macro Alistair Francis
2023-09-11  6:42 ` [PULL v2 10/45] target/riscv: Remove redundant "cpu_vl == 0" checks Alistair Francis
2023-09-11  6:42 ` [PULL v2 11/45] target/riscv: Add Zvbc ISA extension support Alistair Francis
2023-09-11  6:42 ` [PULL v2 12/45] target/riscv: Move vector translation checks Alistair Francis
2023-09-11  6:42 ` [PULL v2 13/45] target/riscv: Refactor translation of vector-widening instruction Alistair Francis
2023-09-11  6:42 ` [PULL v2 14/45] target/riscv: Refactor some of the generic vector functionality Alistair Francis
2023-09-11  6:42 ` [PULL v2 15/45] target/riscv: Add Zvbb ISA extension support Alistair Francis
2023-09-11  6:42 ` [PULL v2 16/45] target/riscv: Add Zvkned " Alistair Francis
2023-09-11  6:42 ` [PULL v2 17/45] target/riscv: Add Zvknh " Alistair Francis
2023-09-11  6:42 ` [PULL v2 18/45] target/riscv: Add Zvksh " Alistair Francis
2023-09-11  6:42 ` [PULL v2 19/45] target/riscv: Add Zvkg " Alistair Francis
2023-09-11  6:42 ` [PULL v2 20/45] crypto: Create sm4_subword Alistair Francis
2023-09-11  6:42 ` [PULL v2 21/45] crypto: Add SM4 constant parameter CK Alistair Francis
2023-09-11  6:42 ` [PULL v2 22/45] target/riscv: Add Zvksed ISA extension support Alistair Francis
2023-09-11  6:42 ` [PULL v2 23/45] target/riscv: Implement WARL behaviour for mcountinhibit/mcounteren Alistair Francis
2023-09-11  6:42 ` [PULL v2 24/45] target/riscv: Add Zihintntl extension ISA string to DTS Alistair Francis
2023-09-11  6:43 ` [PULL v2 25/45] target/riscv: Fix zfa fleq.d and fltq.d Alistair Francis
2023-09-11  6:43 ` [PULL v2 26/45] hw/intc: Fix upper/lower mtime write calculation Alistair Francis
2023-09-11  6:43 ` [PULL v2 27/45] hw/intc: Make rtc variable names consistent Alistair Francis
2023-09-11  6:43 ` [PULL v2 28/45] linux-user/riscv: Use abi type for target_ucontext Alistair Francis
2023-09-11  6:43 ` [PULL v2 29/45] target/riscv: support the AIA device emulation with KVM enabled Alistair Francis
2023-09-11  6:43 ` [PULL v2 30/45] target/riscv: check the in-kernel irqchip support Alistair Francis
2023-09-11  6:43 ` [PULL v2 31/45] target/riscv: Create an KVM AIA irqchip Alistair Francis
2023-09-11  6:43 ` [PULL v2 32/45] target/riscv: update APLIC and IMSIC to support KVM AIA Alistair Francis
2023-09-11  6:43 ` [PULL v2 33/45] target/riscv: select KVM AIA in riscv virt machine Alistair Francis
2023-09-11  6:43 ` [PULL v2 34/45] hw/riscv: virt: Fix riscv,pmu DT node path Alistair Francis
2023-09-11  6:43 ` [PULL v2 35/45] target/riscv: Update CSR bits name for svadu extension Alistair Francis
2023-09-11  6:43 ` [PULL v2 36/45] target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0 Alistair Francis
2023-09-11  6:43 ` [PULL v2 37/45] riscv: zicond: make non-experimental Alistair Francis
2023-09-11  6:43 ` [PULL v2 38/45] hw/riscv/virt.c: fix non-KVM --enable-debug build Alistair Francis
2023-09-11 19:54   ` Michael Tokarev
2023-09-11 21:43     ` Daniel Henrique Barboza
2023-09-12  6:05       ` Michael Tokarev
2023-09-12  9:54         ` Andrew Jones
2023-09-12 10:43         ` Daniel Henrique Barboza
2023-09-11  6:43 ` [PULL v2 39/45] hw/intc/riscv_aplic.c " Alistair Francis
2023-09-11  6:43 ` [PULL v2 40/45] linux-user/riscv: Add new extensions to hwprobe Alistair Francis
2023-09-11  6:43 ` [PULL v2 41/45] target/riscv: Use accelerated helper for AES64KS1I Alistair Francis
2023-09-11  6:43 ` [PULL v2 42/45] target/riscv: Allocate itrigger timers only once Alistair Francis
2023-09-11 20:05   ` Michael Tokarev
2023-09-11  6:43 ` [PULL v2 43/45] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes Alistair Francis
2023-09-11  6:43 ` [PULL v2 44/45] target/riscv: Align the AIA model to v1.0 ratified spec Alistair Francis
2023-09-11  6:43 ` [PULL v2 45/45] target/riscv: don't read CSR in riscv_csrrw_do64 Alistair Francis
2023-09-11 15:19 ` Stefan Hajnoczi [this message]
2023-09-12 10:26 ` [PULL v2 00/45] riscv-to-apply queue Michael Tokarev
2023-09-14  3:08   ` Alistair Francis
  -- strict thread matches above, loose matches on Subject: below --
2022-12-21 22:39 Alistair Francis
2023-01-04  9:20 ` Thomas Huth
2023-01-04 14:53   ` 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=20230911151939.GA4101470@fedora \
    --to=stefanha@redhat.com \
    --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).