mbox

[PULL,0/1] VFIO fixes 2020-01-06

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

Pull-request

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

Message

Alex Williamson Jan. 6, 2020, 10:09 p.m. UTC
The following changes since commit 48008198270e3ebcc9394401d676c54ed5ac139c:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-12-20 11:20:25 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 0446f8121723b134ca1d1ed0b73e96d4a0a8689d:

  vfio/pci: Don't remove irqchip notifier if not registered (2020-01-06 14:19:42 -0700)

----------------------------------------------------------------
VFIO fixes 2020-01-06

 - Fix irqchip notifier de-registration if not registered (Peter Xu)

----------------------------------------------------------------
Peter Xu (1):
      vfio/pci: Don't remove irqchip notifier if not registered

 hw/vfio/pci.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Peter Maydell Jan. 7, 2020, 2:30 p.m. UTC | #1
On Mon, 6 Jan 2020 at 22:11, Alex Williamson <alex.williamson@redhat.com> wrote:
>
> The following changes since commit 48008198270e3ebcc9394401d676c54ed5ac139c:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-12-20 11:20:25 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20200106.0
>
> for you to fetch changes up to 0446f8121723b134ca1d1ed0b73e96d4a0a8689d:
>
>   vfio/pci: Don't remove irqchip notifier if not registered (2020-01-06 14:19:42 -0700)
>
> ----------------------------------------------------------------
> VFIO fixes 2020-01-06
>
>  - Fix irqchip notifier de-registration if not registered (Peter Xu)
>

Applied, thanks.

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

-- PMM