[PULL 0/3] VFIO fixes 2019-11-18

Alex Williamson posted 3 patches 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/157410270703.24655.9333886493163056872.stgit@gimli.home
Maintainers: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/Kconfig | 1 +
hw/vfio/pci.c   | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
[PULL 0/3] VFIO fixes 2019-11-18
Posted by Alex Williamson 4 years, 5 months ago
The following changes since commit 1bd0f1c9c149c2fb738f381099cec7ad0ee224a9:

  Merge remote-tracking branch
'remotes/kraxel/tags/seabios-20191118-pull-request' into staging (2019-11-18
14:30:24 +0000)

are available in the Git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20191118.0

for you to fetch changes up to 29b95c992a569818294478b4616e44b45c67d34e:

  vfio: vfio-pci requires EDID (2019-11-18 10:41:49 -0700)

----------------------------------------------------------------
VFIO fixes 2019-11-18

 - Fix migration blocker double free (Michal Privoznik)

 - Use migration_add_blocker() return value (Jens Freimann)

 - Depend on EDID for display support (Paolo Bonzini)

----------------------------------------------------------------
Jens Freimann (1):
      vfio: don't ignore return value of migrate_add_blocker

Michal Privoznik (1):
      hw/vfio/pci: Fix double free of migration_blocker

Paolo Bonzini (1):
      vfio: vfio-pci requires EDID

 hw/vfio/Kconfig | 1 +
 hw/vfio/pci.c   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)


Re: [PULL 0/3] VFIO fixes 2019-11-18
Posted by Peter Maydell 4 years, 5 months ago
On Mon, 18 Nov 2019 at 18:48, Alex Williamson
<alex.williamson@redhat.com> wrote:
>
> The following changes since commit 1bd0f1c9c149c2fb738f381099cec7ad0ee224a9:
>
>   Merge remote-tracking branch
> 'remotes/kraxel/tags/seabios-20191118-pull-request' into staging (2019-11-18
> 14:30:24 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20191118.0
>
> for you to fetch changes up to 29b95c992a569818294478b4616e44b45c67d34e:
>
>   vfio: vfio-pci requires EDID (2019-11-18 10:41:49 -0700)
>
> ----------------------------------------------------------------
> VFIO fixes 2019-11-18
>
>  - Fix migration blocker double free (Michal Privoznik)
>
>  - Use migration_add_blocker() return value (Jens Freimann)
>
>  - Depend on EDID for display support (Paolo Bonzini)
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM