Message ID | 20240308111152.2856137-1-alistair.francis@wdc.com |
---|---|
State | New |
Headers | show |
On Fri, 8 Mar 2024 at 11:13, Alistair Francis <alistair23@gmail.com> wrote: > > The following changes since commit 8f6330a807f2642dc2a3cdf33347aa28a4c00a87: > > Merge tag 'pull-maintainer-updates-060324-1' of https://gitlab.com/stsquad/qemu into staging (2024-03-06 16:56:20 +0000) > > are available in the Git repository at: > > https://github.com/alistair23/qemu.git tags/pull-riscv-to-apply-20240308-1 > > for you to fetch changes up to 301876597112218c1e465ecc2b2fef6b27d5c27b: > > target/riscv: fix ACPI MCFG table (2024-03-08 21:00:37 +1000) > > ---------------------------------------------------------------- > RISC-V PR for 9.0 > > * Update $ra with current $pc in trans_cm_jalt > * Enable SPCR for SCPI virt machine > * Allow large kernels to boot by moving the initrd further away in RAM > * Sync hwprobe keys with kernel > * Named features riscv,isa, 'svade' rework > * FIX xATP_MODE validation > * Add missing include guard in pmu.h > * Add SRAT and SLIT ACPI tables > * libqos fixes and add a riscv machine > * Add Ztso extension > * Use 'zfa' instead of 'Zfa' > * Update KVM exts to Linux 6.8 > * move ratified/frozen exts to non-experimental > * Ensure mcountinhibit, mcounteren, scounteren, hcounteren are 32-bit > * mark_vs_dirty() before loads and stores > * Remove 'is_store' bool from load/store fns > * Fix shift count overflow > * Fix setipnum_le write emulation for APLIC MSI-mode > * Fix in_clrip[x] read emulation > * Fix privilege mode of G-stage translation for debugging > * Fix ACPI MCFG table for virt machine > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0 for any user-visible changes. -- PMM