The following changes since commit 650a379d505bf558bcb41124bc6c951a76cbc113:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190613-1' into staging (2019-06-13 15:16:39 +0100) are available in the Git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20190613.0 for you to fetch changes up to 201a733145751aa691e7e3b9c0f263f0c92db0c5: vfio/common: Introduce vfio_set_irq_signaling helper (2019-06-13 09:57:37 -0600) ---------------------------------------------------------------- VFIO updates 2019-06-13 - Hide resizable BAR capability to prevent false guest resizing (Alex Williamson) - Allow relocation to fix bogus MSI-X hardware (Alex Williamson) - Condense IRQ setup into a common helper (Eric Auger) ---------------------------------------------------------------- Alex Williamson (2): vfio/pci: Hide Resizable BAR capability vfio/pci: Allow MSI-X relocation to fixup bogus PBA Eric Auger (1): vfio/common: Introduce vfio_set_irq_signaling helper hw/vfio/common.c | 78 +++++++++++++++ hw/vfio/pci.c | 220 ++++++++++-------------------------------- hw/vfio/platform.c | 68 +++++-------- include/hw/vfio/vfio-common.h | 2 + 4 files changed, 156 insertions(+), 212 deletions(-)