mbox

[PULL,0/1] VFIO fixes 2017-03-31

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

Pull-request

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

Message

Alex Williamson March 31, 2017, 5:01 p.m. UTC
The following changes since commit 37c4a85cd256a51c5f58ee7e531f25f0e89b2c87:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170331' into
staging (2017-03-31 12:43:27 +0100)

are available in the git repository at:


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

for you to fetch changes up to 93587e3af3a259deac89c12863d93653d69d22b8:

  Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO" (2017-03-31
10:04:41 -0600)

----------------------------------------------------------------
VFIO fixes 2017-03-31

 - We can't disable stolen memory for UPT mode, it breaks Windows
   drivers on Gen9+ IGD (Xiong Zhang)

----------------------------------------------------------------
Xiong Zhang (1):
      Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"

 hw/vfio/pci-quirks.c | 65
++++++++++++++++++++++------------------------------
 1 file changed, 27 insertions(+), 38 deletions(-)

Comments

Peter Maydell March 31, 2017, 5:40 p.m. UTC | #1
On 31 March 2017 at 18:01, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 37c4a85cd256a51c5f58ee7e531f25f0e89b2c87:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170331' into
> staging (2017-03-31 12:43:27 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170331.0
>
> for you to fetch changes up to 93587e3af3a259deac89c12863d93653d69d22b8:
>
>   Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO" (2017-03-31
> 10:04:41 -0600)
>
> ----------------------------------------------------------------
> VFIO fixes 2017-03-31
>
>  - We can't disable stolen memory for UPT mode, it breaks Windows
>    drivers on Gen9+ IGD (Xiong Zhang)
>
> ----------------------------------------------------------------
> Xiong Zhang (1):
>       Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"

Applied, thanks.

-- PMM