mbox

[PULL,0/1] VFIO update 2020-02-06

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

Pull-request

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

Message

Alex Williamson Feb. 6, 2020, 11:56 p.m. UTC
The following changes since commit 2021b7c9716cd579e20b4993ed75842f4e0deb34:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2020-02-06 12:57:54 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 29d62771c81d8fd244a67c14a1d968c268d3fb19:

  hw/vfio: Move the IGD quirk code to a separate file (2020-02-06 11:55:42 -0700)

----------------------------------------------------------------
VFIO update 2020-02-06

 - Split IGD to separate file and config option (Thomas Huth)

----------------------------------------------------------------
Thomas Huth (1):
      hw/vfio: Move the IGD quirk code to a separate file

 hw/vfio/Kconfig       |   5 +
 hw/vfio/Makefile.objs |   1 +
 hw/vfio/igd.c         | 616 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/vfio/pci-quirks.c  | 614 +------------------------------------------------
 hw/vfio/pci.h         |  17 ++
 5 files changed, 642 insertions(+), 611 deletions(-)
 create mode 100644 hw/vfio/igd.c

Comments

Peter Maydell Feb. 7, 2020, 1:41 p.m. UTC | #1
On Thu, 6 Feb 2020 at 23:57, Alex Williamson <alex.williamson@redhat.com> wrote:
>
> The following changes since commit 2021b7c9716cd579e20b4993ed75842f4e0deb34:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2020-02-06 12:57:54 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20200206.0
>
> for you to fetch changes up to 29d62771c81d8fd244a67c14a1d968c268d3fb19:
>
>   hw/vfio: Move the IGD quirk code to a separate file (2020-02-06 11:55:42 -0700)
>
> ----------------------------------------------------------------
> VFIO update 2020-02-06
>
>  - Split IGD to separate file and config option (Thomas Huth)
>
> ----------------------------------------------------------------
> Thomas Huth (1):
>       hw/vfio: Move the IGD quirk code to a separate file
>


Applied, thanks.

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

-- PMM