mbox

[PULL,00/11] VFIO updates for 2.4-rc0

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

Pull-request

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

Message

Alex Williamson July 6, 2015, 6:34 p.m. UTC
The following changes since commit 7edd8e4660beb301d527257f8e04ebec0f841cb0:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-07-06 14:03:44 +0100)

are available in the git repository at:


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

for you to fetch changes up to 43302969966bc3a95470bfc300289a83068ef5d9:

  vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices (2015-07-06 12:15:15 -0600)

----------------------------------------------------------------
VFIO updates for 2.4-rc0
- "real" host page size API (Peter Crosthwaite)
- platform device irqfd support (Eric Auger)
- spapr container disconnect fix (Alexey Kardashevskiy)
- quirk for broken Chelsio hardware (Gabriel Laupre)
- coverity fix (Paolo Bonzini)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      vfio: Unregister IOMMU notifiers when container is destroyed

Eric Auger (6):
      kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix
      kvm-all.c: add qemu_irq/gsi hash table and utility routines
      intc: arm_gic_kvm: set the qemu_irq/gsi mapping
      sysbus: add irq_routing_notifier
      kvm: some fixes to kvm_resamplefds_allowed
      hw/vfio/platform: add irqfd support

Gabriel Laupre (1):
      vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices

Paolo Bonzini (1):
      vfio: fix return type of pread

Peter Crosthwaite (2):
      cpu-all: complete "real" host page size API
      vfio: cpu: Use "real" page size API

 hw/core/sysbus.c                |   6 +++
 hw/intc/arm_gic_kvm.c           |   6 +++
 hw/s390x/virtio-ccw.c           |   8 ++--
 hw/vfio/common.c                |   8 ++++
 hw/vfio/pci.c                   |  42 ++++++++++++++---
 hw/vfio/platform.c              | 100 ++++++++++++++++++++++++++++++++++++++++
 hw/virtio/virtio-pci.c          |   4 +-
 include/exec/cpu-all.h          |   3 ++
 include/hw/pci/pci_ids.h        |   2 +
 include/hw/sysbus.h             |   1 +
 include/hw/vfio/vfio-platform.h |   2 +
 include/sysemu/kvm.h            |  12 ++++-
 kvm-all.c                       |  40 ++++++++++++++--
 kvm-stub.c                      |   8 ++--
 trace-events                    |   1 +
 translate-all.c                 |   2 +
 16 files changed, 224 insertions(+), 21 deletions(-)

Comments

Peter Maydell July 7, 2015, 10:19 a.m. UTC | #1
On 6 July 2015 at 19:34, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 7edd8e4660beb301d527257f8e04ebec0f841cb0:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-07-06 14:03:44 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150706.0
>
> for you to fetch changes up to 43302969966bc3a95470bfc300289a83068ef5d9:
>
>   vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices (2015-07-06 12:15:15 -0600)
>
> ----------------------------------------------------------------
> VFIO updates for 2.4-rc0
> - "real" host page size API (Peter Crosthwaite)
> - platform device irqfd support (Eric Auger)
> - spapr container disconnect fix (Alexey Kardashevskiy)
> - quirk for broken Chelsio hardware (Gabriel Laupre)
> - coverity fix (Paolo Bonzini)
>

Applied, thanks.

-- PMM