mbox

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

Message ID 157073476983.23153.13333563650903948665.stgit@gimli.home (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Alex Williamson Oct. 10, 2019, 7:14 p.m. UTC
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(+)

Comments

Peter Maydell Oct. 14, 2019, 3:09 p.m. UTC | #1
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