On 4/10/24 3:21 AM, Michael Tokarev wrote: > The following patches are queued for QEMU stable v8.2.3: > > https://gitlab.com/qemu-project/qemu/-/commits/staging-8.2 > > Patch freeze is 2024-04-20, and the release is planned for 2024-04-22: > > https://wiki.qemu.org/Planning/8.2 > > Please respond here or CC qemu-sta...@nongnu.org on any additional patches > you think should (or shouldn't) be included in the release. > > The changes which are staging for inclusion, with the original commit hash > from master branch, are given below the bottom line. > > Thanks! > > /mjt >
We have a couple patches in f40 that are bug fixes, avoids a crash on invalid maxcpus for ppc64 guests. First is a prep patch. bug details in patch 2 commit 2df5c1f5b014126595a26c6797089d284a3b211c Author: Harsh Prateek Bora <hars...@linux.ibm.com> Date: Wed Jan 24 10:30:55 2024 +1000 ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. commit c4f91d7b7be76c47015521ab0109c6e998a369b0 Author: Harsh Prateek Bora <hars...@linux.ibm.com> Date: Wed Jan 24 10:30:55 2024 +1000 ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS. Thanks, Cole