From: Alex Williamson <alex.williamson@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/11] VFIO updates for 2.4-rc0
Date: Mon, 06 Jul 2015 12:34:37 -0600 [thread overview]
Message-ID: <20150706183311.15635.76314.stgit@gimli.home> (raw)
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(-)
next reply other threads:[~2015-07-06 18:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 18:34 Alex Williamson [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150706183311.15635.76314.stgit@gimli.home \
--to=alex.williamson@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).