mbox

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

Message ID 157410270703.24655.9333886493163056872.stgit@gimli.home
State New
Headers show

Pull-request

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

Message

Alex Williamson Nov. 18, 2019, 6:46 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 19, 2019, 9:17 a.m. UTC | #1
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