mbox

[PULL,0/1] VFIO update 2016-07-18

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

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160718.0

Message

Alex Williamson July 18, 2016, 5:11 p.m. UTC
The following changes since commit 3913d3707e3debfbf0d2d014a1a793394993b088:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into staging (2016-07-18 11:24:15 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160718.0

for you to fetch changes up to 383a7af7ecd1f1b6587552b71b8bc517c6edea88:

  vfio/pci: Hide ARI capability (2016-07-18 10:55:17 -0600)

----------------------------------------------------------------
VFIO update 2016-07-18

One fix for 2.7-rc0 which hides the ARI extended capability, fixing
multifunction support in PCIe configurations where the assigned device
function topology does not match the host (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (1):
      vfio/pci: Hide ARI capability

 hw/vfio/pci.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Maydell July 19, 2016, 9:54 a.m. UTC | #1
On 18 July 2016 at 18:11, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 3913d3707e3debfbf0d2d014a1a793394993b088:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into staging (2016-07-18 11:24:15 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160718.0
>
> for you to fetch changes up to 383a7af7ecd1f1b6587552b71b8bc517c6edea88:
>
>   vfio/pci: Hide ARI capability (2016-07-18 10:55:17 -0600)
>
> ----------------------------------------------------------------
> VFIO update 2016-07-18
>
> One fix for 2.7-rc0 which hides the ARI extended capability, fixing
> multifunction support in PCIe configurations where the assigned device
> function topology does not match the host (Alex Williamson)
>
> ----------------------------------------------------------------
> Alex Williamson (1):
>       vfio/pci: Hide ARI capability

Applied, thanks.

-- PMM