On Mon, 27 Jul 2020 at 15:32, Michael S. Tsirkin <m...@redhat.com> wrote: > > v2 due to issues noticed by dgilbert in v1. > Changes from v1: > dropped a work around for pci migration for old machine types. > > > The following changes since commit 4215d3413272ad6d1c6c9d0234450b602e46a74c: > > Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200727' > into staging (2020-07-27 09:33:04 +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 d0d89526f70ded5ac41a4c6bb071c0d919b772db: > > MAINTAINERS: Cover the firmware JSON schema (2020-07-27 10:28:28 -0400) > > ---------------------------------------------------------------- > virtio,pci: bugfixes > > Minor bugfixes all over the places, including one CVE. > > Additionally, a fix for an ancient bug in migration - > one has to wonder how come no one noticed. > > The fix is also non-trivial since we dare not break all > existing machine types with pci - we have a work around > in the works, for now we just skip the work-around for > old machine types. > > Great job by Hogan Wang noticing, debugging and fixing it, > and thanks to Dr. David Alan Gilbert for reviewing the patches. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1 for any user-visible changes. -- PMM