mbox

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

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

Pull-request

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

Message

Alex Williamson July 10, 2017, 7:10 p.m. UTC
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(-)

Comments

Peter Maydell July 11, 2017, 3:33 p.m. UTC | #1
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