Patches applied successfully (
tree,
apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1761124632.git.teddy.astie@vates.tech
xen/arch/x86/include/asm/io_apic.h | 1 +
xen/arch/x86/io_apic.c | 29 +++++--------
xen/drivers/passthrough/iommu.c | 10 +++++
xen/drivers/passthrough/vtd/Makefile | 3 +-
xen/drivers/passthrough/vtd/{x86 => }/ats.c | 10 ++---
xen/drivers/passthrough/vtd/extern.h | 13 +++++-
xen/drivers/passthrough/vtd/intremap.c | 19 ++++----
xen/drivers/passthrough/vtd/vtd.h | 3 --
xen/drivers/passthrough/vtd/x86/Makefile | 2 -
xen/drivers/passthrough/vtd/x86/vtd.c | 48 ---------------------
10 files changed, 47 insertions(+), 91 deletions(-)
rename xen/drivers/passthrough/vtd/{x86 => }/ats.c (97%)
delete mode 100644 xen/drivers/passthrough/vtd/x86/Makefile
delete mode 100644 xen/drivers/passthrough/vtd/x86/vtd.c