Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240115101313.131139-1-zhenzhong.duan@intel.com
Maintainers: Yi Liu <yi.l.liu@intel.com>, Eric Auger <eric.auger@redhat.com>, Zhenzhong Duan <zhenzhong.duan@intel.com>, "Michael S. Tsirkin" <mst@redhat.com>, Peter Xu <peterx@redhat.com>, Jason Wang <jasowang@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>
MAINTAINERS | 4 +-
include/hw/i386/intel_iommu.h | 14 ++
include/hw/pci/pci.h | 39 +++++-
include/hw/vfio/vfio-common.h | 2 +
include/sysemu/iommufd_device.h | 31 +++++
backends/iommufd_device.c | 50 +++++++
hw/i386/intel_iommu.c | 239 ++++++++++++++++++++++++++------
hw/pci/pci.c | 49 ++++++-
hw/vfio/iommufd.c | 2 +
hw/vfio/pci.c | 24 +++-
backends/meson.build | 2 +-
11 files changed, 402 insertions(+), 54 deletions(-)
create mode 100644 include/sysemu/iommufd_device.h
create mode 100644 backends/iommufd_device.c