On 3 August 2018 at 19:14, Michael S. Tsirkin <m...@redhat.com> wrote: > On Fri, Aug 03, 2018 at 11:45:36AM +0100, Peter Maydell wrote: >> On 3 August 2018 at 10:27, Michael S. Tsirkin <m...@redhat.com> wrote: >> > Please consider for 3.0 if there is another rc. >> > >> > The following changes since commit >> > f7502360397d291be04bc040e9f96c92ff2d8030: >> > >> > Update version for v3.0.0-rc3 release (2018-07-31 19:30:17 +0100) >> > >> > are available in the Git repository at: >> > >> > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream >> > >> > for you to fetch changes up to 1c707d6990eaf3db0c9dc4557bba5458977e9f8d: >> > >> > tests/acpi: update tables after memory hotplug changes (2018-08-03 >> > 11:35:21 +0300) >> > >> > ---------------------------------------------------------------- >> > pc, virtio: fixes >> > >> > A couple of last minute fixes. >> > >> > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> >> > >> > ---------------------------------------------------------------- >> > Dou Liyang (2): >> > hw/acpi-build: Add a check for memory-less NUMA nodes >> > tests/acpi-test: update ACPI tables test blobs > > This fixes a regression but from an older release. > > >> > >> > Igor Mammedov (1): >> > pc: acpi: fix memory hotplug regression by reducing stub SRAT entry >> > size > > This fixes a regression from 2.12. > >> > Michael S. Tsirkin (1): >> > tests/acpi: update tables after memory hotplug changes > > This will have to be re-done if we pick this but drop two other fixes. > >> > >> > Tiwei Bie (1): >> > vhost: check region type before casting > > Not a regression but an obvious fix.
This is a regression, because it fixes a code change (by me) that's new in this release. thanks -- PMM