On Tue, 8 Sep 2020 at 06:20, David Gibson <da...@gibson.dropbear.id.au> wrote: > > The following changes since commit e11bd71f89649da3cff439c030d2ccac0cc914e3: > > Merge remote-tracking branch > 'remotes/huth-gitlab/tags/pull-request-2020-09-07' into staging (2020-09-07 > 16:51:00 +0100) > > are available in the Git repository at: > > git://github.com/dgibson/qemu.git tags/ppc-for-5.2-20200908 > > for you to fetch changes up to 876ab8d89d0d288945334c8caa908b07ef847de2: > > spapr_numa: use spapr_numa_get_vcpu_assoc() in home_node hcall (2020-09-08 > 11:34:30 +1000) > > ---------------------------------------------------------------- > ppc patch queue 2020-09-08 > > This supersedes ppc-for-5.2-20200904, it fixes a couple of bugs in > that PR and adds a few extra patches. > > Next pull request for qemu-5.2. The biggest thing here is the > generalization of ARM's start-powered-off machine property to all > targets. This can fix a number of odd little edge cases where KVM > could run vcpus before they were properly initialized. This does > include changes to a number of files that aren't normally in my > purview. There are suitable Acked-by lines and Peter requested this > come in via my tree, since the most pressing requirement for it is in > pseries machines with the POWER secure virtual machine facility. > > In addition we have: > * Daniel Barboza's rework and clean up of pseries machine NUMA handling > * Correction to behaviour of the nvdimm= generic machine property on > pseries > * An optimization to the allocation of XIVE interrupts on KVM > * Some fixes for confused behaviour with kernel_irqchip when both > XICS and XIVE are in play > * Add HIOMAP comamnd to pnv flash > * Properly advertise the fact that spapr_vscsi doesn't handle > hotplugged disks > * Some assorted minor enhancements
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2 for any user-visible changes. -- PMM