[PULL 0/1] vfio update 2019-10-10

Alex Williamson posted 1 patch 4 years, 6 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/157073476983.23153.13333563650903948665.stgit@gimli.home
Maintainers: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/pci.c | 1 +
1 file changed, 1 insertion(+)
[PULL 0/1] vfio update 2019-10-10
Posted by Alex Williamson 4 years, 6 months ago
The following changes since commit 98b2e3c9ab3abfe476a2b02f8f51813edb90e72d:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into
staging (2019-10-08 16:08:35 +0100)

are available in the Git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20191010.0

for you to fetch changes up to d964d3b5abb5242591a088dacb1dc01e608b5158:

  hw/vfio/pci: fix double free in vfio_msi_disable (2019-10-10 11:07:28 -0600)

----------------------------------------------------------------
VFIO update 2019-10-10

 - Fix MSI error path double free (Evgeny Yakovlev)

----------------------------------------------------------------
Evgeny Yakovlev (1):
      hw/vfio/pci: fix double free in vfio_msi_disable

 hw/vfio/pci.c | 1 +
 1 file changed, 1 insertion(+)

Re: [PULL 0/1] vfio update 2019-10-10
Posted by Peter Maydell 4 years, 6 months ago
On Thu, 10 Oct 2019 at 20:15, Alex Williamson
<alex.williamson@redhat.com> wrote:
>
> The following changes since commit 98b2e3c9ab3abfe476a2b02f8f51813edb90e72d:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into
> staging (2019-10-08 16:08:35 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20191010.0
>
> for you to fetch changes up to d964d3b5abb5242591a088dacb1dc01e608b5158:
>
>   hw/vfio/pci: fix double free in vfio_msi_disable (2019-10-10 11:07:28 -0600)
>
> ----------------------------------------------------------------
> VFIO update 2019-10-10
>
>  - Fix MSI error path double free (Evgeny Yakovlev)
>

Applied, thanks.

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

-- PMM