qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] VFIO updates for 2.4-rc0
@ 2015-07-06 18:34 Alex Williamson
  2015-07-06 18:34 ` [Qemu-devel] [PULL 01/11] vfio: fix return type of pread Alex Williamson
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Alex Williamson @ 2015-07-06 18:34 UTC (permalink / raw)
  To: qemu-devel

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(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-07-07 10:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 18:34 [Qemu-devel] [PULL 00/11] VFIO updates for 2.4-rc0 Alex Williamson
2015-07-06 18:34 ` [Qemu-devel] [PULL 01/11] vfio: fix return type of pread Alex Williamson
2015-07-06 18:34 ` [Qemu-devel] [PULL 02/11] cpu-all: complete "real" host page size API Alex Williamson
2015-07-06 18:34 ` [Qemu-devel] [PULL 03/11] vfio: cpu: Use "real" " Alex Williamson
2015-07-06 18:35 ` [Qemu-devel] [PULL 04/11] kvm: rename kvm_irqchip_[add, remove]_irqfd_notifier with gsi suffix Alex Williamson
2015-07-06 18:35 ` [Qemu-devel] [PULL 05/11] kvm-all.c: add qemu_irq/gsi hash table and utility routines Alex Williamson
2015-07-06 18:35 ` [Qemu-devel] [PULL 06/11] intc: arm_gic_kvm: set the qemu_irq/gsi mapping Alex Williamson
2015-07-06 18:35 ` [Qemu-devel] [PULL 07/11] sysbus: add irq_routing_notifier Alex Williamson
2015-07-06 18:35 ` [Qemu-devel] [PULL 08/11] kvm: some fixes to kvm_resamplefds_allowed Alex Williamson
2015-07-06 18:35 ` [Qemu-devel] [PULL 09/11] hw/vfio/platform: add irqfd support Alex Williamson
2015-07-06 18:35 ` [Qemu-devel] [PULL 10/11] vfio: Unregister IOMMU notifiers when container is destroyed Alex Williamson
2015-07-06 18:35 ` [Qemu-devel] [PULL 11/11] vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices Alex Williamson
2015-07-07 10:19 ` [Qemu-devel] [PULL 00/11] VFIO updates for 2.4-rc0 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).