Switching to gitlab for pull requests to take advantage of the CI. Sorry for the delay in some of these. Thanks,
Alex The following changes since commit 31abf61c4929a91275fe32f1fafe6e6b3e840b2a: Merge tag 'pull-ppc-20220505' of https://gitlab.com/danielhb/qemu into staging (2022-05-05 13:52:22 -0500) are available in the Git repository at: https://gitlab.com/alex.williamson/qemu.git tags/vfio-updates-20220506.1 for you to fetch changes up to 44ee6aaae0c937abb631e57a9853c2cdef2bc9bb: vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr (2022-05-06 09:06:51 -0600) ---------------------------------------------------------------- VFIO updates 2022-05-06 * Defer IRQ routing commits to improve setup and resume latency (Longpeng) * Fix trace sparse mmap boundary condition (Xiang Chen) * Quiet misalignment warning from TPM device mapping (Eric Auger) * Misc cleanups (Yi Liu, Eric Auger) ---------------------------------------------------------------- Eric Auger (4): sysemu: tpm: Add a stub function for TPM_IS_CRB vfio/common: remove spurious tpm-crb-cmd misalignment warning hw/vfio/pci: fix vfio_pci_hot_reset_result trace point vfio/pci: Use vbasedev local variable in vfio_realize() Longpeng (Mike) (5): vfio: simplify the conditional statements in vfio_msi_enable vfio: move re-enabling INTX out of the common helper vfio: simplify the failure path in vfio_msi_enable Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration" vfio: defer to commit kvm irq routing when enable msi/msix Xiang Chen (1): vfio/common: Fix a small boundary issue of a trace Yi Liu (1): vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr hw/vfio/common.c | 50 ++++++--- hw/vfio/pci.c | 234 +++++++++++++++++++++++++----------------- hw/vfio/pci.h | 2 + hw/vfio/trace-events | 1 + include/hw/vfio/vfio-common.h | 2 +- include/sysemu/tpm.h | 6 ++ 6 files changed, 186 insertions(+), 109 deletions(-)