[Qemu-devel] [PULL 0/2] VFIO fixes 2017-07-10

Alex Williamson posted 2 patches 8 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170710190904.32728.74078.stgit@gimli.home
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/vfio/common.c              |  6 ++++--
hw/vfio/pci.c                 | 19 +++++++++++++++++--
hw/vfio/platform.c            |  1 +
include/hw/vfio/vfio-common.h |  1 +
4 files changed, 23 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/2] VFIO fixes 2017-07-10
Posted by Alex Williamson 8 years, 3 months ago
The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f33d:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2'
into staging (2017-07-10 16:12:47 +0100)

are available in the git repository at:


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

for you to fetch changes up to 47985727e383eee191a39cc007541c17cd8680ee:

  vfio/pci: Fixup v0 PCIe capabilities (2017-07-10 10:39:43 -0600)

----------------------------------------------------------------
VFIO fixes 2017-07-10

 - Don't iterate over non-realized devices (Alex Williamson)
 - Add PCIe capability version fixup (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (2):
      vfio: Test realized when using VFIOGroup.device_list iterator
      vfio/pci: Fixup v0 PCIe capabilities

 hw/vfio/common.c              |  6 ++++--
 hw/vfio/pci.c                 | 19 +++++++++++++++++--
 hw/vfio/platform.c            |  1 +
 include/hw/vfio/vfio-common.h |  1 +
 4 files changed, 23 insertions(+), 4 deletions(-)

Re: [Qemu-devel] [PULL 0/2] VFIO fixes 2017-07-10
Posted by Peter Maydell 8 years, 3 months ago
On 10 July 2017 at 20:10, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 6b06e3e49eb8c91cc286c16d6bf3181ac296f33d:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2'
> into staging (2017-07-10 16:12:47 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170710.0
>
> for you to fetch changes up to 47985727e383eee191a39cc007541c17cd8680ee:
>
>   vfio/pci: Fixup v0 PCIe capabilities (2017-07-10 10:39:43 -0600)
>
> ----------------------------------------------------------------
> VFIO fixes 2017-07-10
>
>  - Don't iterate over non-realized devices (Alex Williamson)
>  - Add PCIe capability version fixup (Alex Williamson)
>
Applied, thanks.

-- PMM