[Qemu-devel] [PULL 0/3] VFIO updates 2017-10-03

Alex Williamson posted 3 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171003221012.17156.23559.stgit@gimli.home
Test checkpatch passed
Test docker passed
Test s390x passed
hw/vfio/pci-quirks.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++
hw/vfio/pci.c        |  17 +++++++-
hw/vfio/pci.h        |   4 ++
3 files changed, 133 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/3] VFIO updates 2017-10-03
Posted by Alex Williamson 6 years, 6 months ago
The following changes since commit d147f7e815f97cb477e223586bcb80c316ae10ea:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-10-03 16:27:24 +0100)

are available in the git repository at:


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

for you to fetch changes up to dfbee78db8fdf7bc8c151c3d29504bb47438480b:

  vfio/pci: Add NVIDIA GPUDirect Cliques support (2017-10-03 12:57:36 -0600)

----------------------------------------------------------------
VFIO updates 2017-10-03

 - NVIDIA GPUDirect Cliques experimental support (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (3):
      vfio/pci: Do not unwind on error
      vfio/pci: Add virtual capabilities quirk infrastructure
      vfio/pci: Add NVIDIA GPUDirect Cliques support

 hw/vfio/pci-quirks.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/vfio/pci.c        |  17 +++++++-
 hw/vfio/pci.h        |   4 ++
 3 files changed, 133 insertions(+), 2 deletions(-)

Re: [Qemu-devel] [PULL 0/3] VFIO updates 2017-10-03
Posted by Peter Maydell 6 years, 6 months ago
On 3 October 2017 at 23:12, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit d147f7e815f97cb477e223586bcb80c316ae10ea:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-10-03 16:27:24 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20171003.0
>
> for you to fetch changes up to dfbee78db8fdf7bc8c151c3d29504bb47438480b:
>
>   vfio/pci: Add NVIDIA GPUDirect Cliques support (2017-10-03 12:57:36 -0600)
>
> ----------------------------------------------------------------
> VFIO updates 2017-10-03
>
>  - NVIDIA GPUDirect Cliques experimental support (Alex Williamson)
>
> ----------------------------------------------------------------
> Alex Williamson (3):
>       vfio/pci: Do not unwind on error
>       vfio/pci: Add virtual capabilities quirk infrastructure
>       vfio/pci: Add NVIDIA GPUDirect Cliques support
>

Applied, thanks.

-- PMM