The following changes since commit 41feb5b955f0d7c9d071b2c5adbc404ae2895c7a:
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-06-05 10:38:33 +0100) are available in the Git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20180605.0 for you to fetch changes up to 8151a9c56d31eeeea872b8103c8b86d03c411667: vfio/pci: Default display option to "off" (2018-06-05 08:28:09 -0600) ---------------------------------------------------------------- VFIO updates 2018-06-05 - Removed unused DPRINTF (Tiwei Bie) - KVM & VFIO ioeventfd support for NVIDIA MSI ACK (Alex Williamson) - Default vfio-pci display support to "off" (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (5): vfio/quirks: Add common quirk alloc helper vfio/quirks: Add quirk reset callback vfio/quirks: ioeventfd quirk acceleration vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly vfio/pci: Default display option to "off" Tiwei Bie (1): vfio: remove DPRINTF() definition from vfio-common.h hw/vfio/pci-quirks.c | 268 +++++++++++++++++++++++++++++++++++++----- hw/vfio/pci.c | 8 +- hw/vfio/pci.h | 18 +++ hw/vfio/trace-events | 3 + include/hw/vfio/vfio-common.h | 9 -- 5 files changed, 267 insertions(+), 39 deletions(-)