mbox

[PULL,0/4] VFIO updates for v2.12

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

Pull-request

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

Message

Alex Williamson Dec. 13, 2017, 6:08 p.m. UTC
The following changes since commit 0a0dc59d27527b78a195c2d838d28b7b49e5a639:

  Update version for v2.11.0 release (2017-12-13 14:31:09 +0000)

are available in the git repository at:

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

for you to fetch changes up to 2fb9636ebf24e695617bf407bf0a345aa223d1ac:

  vfio-pci: Remove unused fields from VFIOMSIXInfo (2017-12-13 10:19:34 -0700)

----------------------------------------------------------------
VFIO updates for v2.12

 - Fix bug failing to register all but the first group attached to
   a container with kvm-vfio device (Alex Williamson)

 - Explicit QLIST init (Yi Lui)

 - SPAPR IOMMU v1 fallback (Alexey Kardashevskiy)

 - Remove unused structure fields (Alexey Kardashevskiy)

----------------------------------------------------------------
Alex Williamson (1):
      vfio: Fix vfio-kvm group registration

Alexey Kardashevskiy (2):
      vfio/spapr: Allow fallback to SPAPR TCE IOMMU v1
      vfio-pci: Remove unused fields from VFIOMSIXInfo

Liu, Yi L (1):
      vfio/common: init giommu_list and hostwin_list of vfio container

 hw/vfio/common.c | 8 ++++++++
 hw/vfio/pci.h    | 2 --
 2 files changed, 8 insertions(+), 2 deletions(-)

Comments

Peter Maydell Dec. 14, 2017, 2:21 p.m. UTC | #1
On 13 December 2017 at 18:08, Alex Williamson
<alex.williamson@redhat.com> wrote:
> The following changes since commit 0a0dc59d27527b78a195c2d838d28b7b49e5a639:
>
>   Update version for v2.11.0 release (2017-12-13 14:31:09 +0000)
>
> are available in the git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20171213.0
>
> for you to fetch changes up to 2fb9636ebf24e695617bf407bf0a345aa223d1ac:
>
>   vfio-pci: Remove unused fields from VFIOMSIXInfo (2017-12-13 10:19:34 -0700)
>
> ----------------------------------------------------------------
> VFIO updates for v2.12
>
>  - Fix bug failing to register all but the first group attached to
>    a container with kvm-vfio device (Alex Williamson)
>
>  - Explicit QLIST init (Yi Lui)
>
>  - SPAPR IOMMU v1 fallback (Alexey Kardashevskiy)
>
>  - Remove unused structure fields (Alexey Kardashevskiy)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM