mbox

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

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

Pull-request

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

Message

Alex Williamson June 11, 2020, 7:04 p.m. UTC
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(-)

Comments

Peter Maydell June 12, 2020, 10:16 a.m. UTC | #1
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