Hi! The following changes since commit ec11dc41eec5142b4776db1296972c6323ba5847:
Merge tag 'pull-misc-2022-05-11' of git://repo.or.cz/qemu/armbru into staging (2022-05-11 09:00:26 -0700) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2022-05-12 for you to fetch changes up to 98cdec27e4396a2982c85ed148f70770bb6600b4: vfio: tolerate migration protocol v1 uapi renames (2022-05-12 11:00:05 +0200) ---------------------------------------------------------------- * Update the linux headers to v5.18-rc6 (required for multiple patch series that are currently in flight) * Fix the vfio code to compile again after the header update I'm sending this as a separate pull request, so that the the patch series that are currently in flight do not have to deal each time with the ugly vfio macro rename anymore. ---------------------------------------------------------------- Matthew Rosato (1): vfio: tolerate migration protocol v1 uapi renames Thomas Huth (1): linux-headers: Update headers to v5.18-rc6 include/standard-headers/linux/input-event-codes.h | 25 +- include/standard-headers/linux/virtio_config.h | 6 + include/standard-headers/linux/virtio_crypto.h | 82 ++++- linux-headers/asm-arm64/kvm.h | 16 + linux-headers/asm-generic/mman-common.h | 2 + linux-headers/asm-mips/mman.h | 2 + linux-headers/linux/kvm.h | 27 +- linux-headers/linux/psci.h | 4 + linux-headers/linux/userfaultfd.h | 8 +- linux-headers/linux/vfio.h | 406 ++++++++++----------- linux-headers/linux/vhost.h | 7 + hw/vfio/common.c | 2 +- hw/vfio/migration.c | 19 +- 13 files changed, 377 insertions(+), 229 deletions(-)