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

Alex Williamson posted 1 patch 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170331170018.11643.80499.stgit@gimli.home
Test checkpatch passed
Test docker passed
Test s390x passed
1 file changed, 27 insertions(+), 38 deletions(-)
[Qemu-devel] [PULL 0/1] VFIO fixes 2017-03-31
Posted by Alex Williamson 7 years ago
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(-)

Re: [Qemu-devel] [PULL 0/1] VFIO fixes 2017-03-31
Posted by Peter Maydell 7 years ago
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