Patches applied successfully (
tree,
apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1745918678.git.mykyta._5Fpoturai@epam.com
xen/arch/arm/device.c | 2 +-
xen/arch/arm/include/asm/iommu.h | 15 ++
xen/arch/arm/include/asm/pci.h | 2 +
xen/arch/arm/pci/pci.c | 8 +-
xen/arch/arm/vgic-v3-its.c | 24 ++-
xen/arch/x86/include/asm/pci.h | 5 +
xen/common/device-tree/device-tree.c | 91 +++++++++++
xen/drivers/passthrough/arm/iommu.c | 13 ++
xen/drivers/passthrough/arm/smmu-v3.c | 119 ++++++++++++--
xen/drivers/passthrough/arm/smmu.c | 224 ++++++++++++++++----------
xen/drivers/passthrough/device_tree.c | 49 ++++++
xen/drivers/pci/physdev.c | 4 +-
xen/include/xen/device_tree.h | 23 +++
xen/include/xen/iommu.h | 21 ++-
xen/include/xen/pci.h | 5 +
15 files changed, 507 insertions(+), 98 deletions(-)