[Qemu-devel] [PULL for-2.9 0/1] VFIO fixes 2017-04-06

Alex Williamson posted 1 patch 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170406220934.6155.13106.stgit@gimli.home
Test checkpatch passed
Test docker passed
Test s390x passed
hw/vfio/pci-quirks.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PULL for-2.9 0/1] VFIO fixes 2017-04-06
Posted by Alex Williamson 7 years ago
The following changes since commit 54d689988c847271d87b3eb113712147129fb811:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into
staging (2017-04-06 09:27:49 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170406.0

for you to fetch changes up to 8f419c5b43b988df4ef11315aeb8524e50c99687:

  vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk (2017-04-06
16:03:26 -0600)

----------------------------------------------------------------
VFIO fixes 2017-04-06

 - Extra test for NVIDIA BAR5 quirk to avoid segfault (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
      vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk

 hw/vfio/pci-quirks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Qemu-devel] [PULL for-2.9 0/1] VFIO fixes 2017-04-06
Posted by Peter Maydell 7 years ago
On 6 April 2017 at 23:11, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 54d689988c847271d87b3eb113712147129fb811:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into
> staging (2017-04-06 09:27:49 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170406.0
>
> for you to fetch changes up to 8f419c5b43b988df4ef11315aeb8524e50c99687:
>
>   vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk (2017-04-06
> 16:03:26 -0600)
>
> ----------------------------------------------------------------
> VFIO fixes 2017-04-06
>
>  - Extra test for NVIDIA BAR5 quirk to avoid segfault (Alex Williamson)
>
> ----------------------------------------------------------------
> Alex Williamson (1):
>       vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk
>
>  hw/vfio/pci-quirks.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- PMM