qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alex Williamson
Subject: [PULL 0/1] VFIO update 2020-02-06
Date: Thu, 06 Feb 2020 16:56:09 -0700
User-agent: StGit/0.19-dirty

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]