Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1496760 > unrolled thread

[GIT PULL] VFIO updates for v4.9-rc1

Started byAlex Williamson <alex.williamson@redhat.com>
First post2016-10-06 18:40 +0200
Last post2016-10-06 18:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] VFIO updates for v4.9-rc1 Alex Williamson <alex.williamson@redhat.com> - 2016-10-06 18:40 +0200

#1496760 — [GIT PULL] VFIO updates for v4.9-rc1

FromAlex Williamson <alex.williamson@redhat.com>
Date2016-10-06 18:40 +0200
Subject[GIT PULL] VFIO updates for v4.9-rc1
Message-ID<spjSa-2Un-33@gated-at.bofh.it>
Hi Linus,

The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8:

  Linux 4.8-rc4 (2016-08-28 15:04:33 -0700)

are available in the git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v4.9-rc1

for you to fetch changes up to 61771468e0a567f007fc450725063bb9cf7eb199:

  vfio_pci: use pci_alloc_irq_vectors (2016-09-29 13:36:38 -0600)

----------------------------------------------------------------
VFIO updates for v4.9-rc1

 - comment fixes (Wei Jiangang)
 - static symbols (Baoyou Xie)
 - FLR virtualization (Alex Williamson)
 - catching INTx enabling after MSI/X teardown (Alex Williamson)
 - update to pci_alloc_irq_vectors helpers (Christoph Hellwig)

----------------------------------------------------------------
Alex Williamson (2):
      vfio-pci: Virtualize PCIe & AF FLR
      vfio-pci: Disable INTx after MSI/X teardown

Baoyou Xie (1):
      vfio: platform: mark symbols static where possible

Christoph Hellwig (1):
      vfio_pci: use pci_alloc_irq_vectors

Wei Jiangang (1):
      vfio/pci: Fix typos in comments

 drivers/vfio/pci/vfio_pci_config.c                 | 90 +++++++++++++++++++---
 drivers/vfio/pci/vfio_pci_intrs.c                  | 52 ++++---------
 drivers/vfio/pci/vfio_pci_private.h                |  1 -
 .../vfio/platform/reset/vfio_platform_amdxgbe.c    |  2 +-
 .../platform/reset/vfio_platform_calxedaxgmac.c    |  2 +-
 drivers/vfio/platform/vfio_platform_common.c       |  6 +-
 6 files changed, 103 insertions(+), 50 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web