[PULL 0/2] VFIO update 2020-06-11

Alex Williamson posted 2 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/159190218710.22110.16614504111613456036.stgit@gimli.home
Maintainers: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/pci-quirks.c | 85 ++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 73 insertions(+), 12 deletions(-)
[PULL 0/2] VFIO update 2020-06-11
Posted by Alex Williamson 3 years, 11 months ago
The following changes since commit 3666f684761a3cccd86d13c752273be207ecade4:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-06-09' into staging (2020-06-11 15:35:44 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 643a4eacef87a318cf71800a4fb2ae1f78c4b245:

  hw/vfio/pci-quirks: Fix broken legacy IGD passthrough (2020-06-11 11:36:40 -0600)

----------------------------------------------------------------
VFIO update 2020-06-11

 - Fix IGD split, include header to honor Kconfig (Thomas Huth)

 - New VMD device paravirt quirk (Jon Derrick)

----------------------------------------------------------------
Jon Derrick (1):
      hw/vfio: Add VMD Passthrough Quirk

Thomas Huth (1):
      hw/vfio/pci-quirks: Fix broken legacy IGD passthrough

 hw/vfio/pci-quirks.c | 85 ++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 73 insertions(+), 12 deletions(-)


Re: [PULL 0/2] VFIO update 2020-06-11
Posted by Peter Maydell 3 years, 10 months ago
On Thu, 11 Jun 2020 at 20:06, Alex Williamson
<alex.williamson@redhat.com> wrote:
>
> The following changes since commit 3666f684761a3cccd86d13c752273be207ecade4:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-06-09' into staging (2020-06-11 15:35:44 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20200611.0
>
> for you to fetch changes up to 643a4eacef87a318cf71800a4fb2ae1f78c4b245:
>
>   hw/vfio/pci-quirks: Fix broken legacy IGD passthrough (2020-06-11 11:36:40 -0600)
>
> ----------------------------------------------------------------
> VFIO update 2020-06-11
>
>  - Fix IGD split, include header to honor Kconfig (Thomas Huth)
>
>  - New VMD device paravirt quirk (Jon Derrick)
>


Applied, thanks.

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

-- PMM