Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210411120912.15770-1-eric.auger@redhat.com
Maintainers: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Alex Williamson <alex.williamson@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Cornelia Huck <cohuck@redhat.com>, Eric Auger <eric.auger@redhat.com>, Peter Xu <peterx@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Greg Kurz <groug@kaod.org>, Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <richard.henderson@linaro.org>
hw/arm/smmu-internal.h | 1 +
hw/vfio/pci.h | 11 +
include/exec/memory.h | 64 +-
include/hw/arm/smmu-common.h | 1 +
include/hw/iommu/iommu.h | 36 ++
include/hw/pci/pci.h | 15 +
include/hw/vfio/vfio-common.h | 19 +
include/standard-headers/drm/drm_fourcc.h | 23 +-
include/standard-headers/linux/ethtool.h | 54 +-
include/standard-headers/linux/fuse.h | 3 +-
include/standard-headers/linux/input.h | 2 +-
.../standard-headers/rdma/vmw_pvrdma-abi.h | 7 +
linux-headers/asm-generic/unistd.h | 4 +-
linux-headers/asm-mips/unistd_n32.h | 1 +
linux-headers/asm-mips/unistd_n64.h | 1 +
linux-headers/asm-mips/unistd_o32.h | 1 +
linux-headers/asm-powerpc/kvm.h | 2 +
linux-headers/asm-powerpc/unistd_32.h | 1 +
linux-headers/asm-powerpc/unistd_64.h | 1 +
linux-headers/asm-s390/unistd_32.h | 1 +
linux-headers/asm-s390/unistd_64.h | 1 +
linux-headers/asm-x86/kvm.h | 1 +
linux-headers/asm-x86/unistd_32.h | 1 +
linux-headers/asm-x86/unistd_64.h | 1 +
linux-headers/asm-x86/unistd_x32.h | 1 +
linux-headers/linux/kvm.h | 89 +++
linux-headers/linux/vfio.h | 169 +++++-
hw/arm/smmu-common.c | 3 +-
hw/arm/smmuv3.c | 224 ++++++-
hw/i386/intel_iommu.c | 6 +-
hw/pci/pci.c | 50 ++
hw/ppc/spapr_iommu.c | 2 +-
hw/vfio/common.c | 565 ++++++++++++++----
hw/vfio/pci.c | 415 ++++++++++++-
hw/virtio/virtio-iommu.c | 4 +-
softmmu/memory.c | 10 +
hw/arm/trace-events | 2 +
hw/vfio/trace-events | 11 +-
scripts/update-linux-headers.sh | 2 +-
39 files changed, 1626 insertions(+), 179 deletions(-)
create mode 100644 include/hw/iommu/iommu.h